Home
last modified time | relevance | path

Searched refs:make_data_scheme_file (Results 1 – 4 of 4) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/operations/install/
H A Dwheel.py567 def make_data_scheme_file(record_path): function
596 return make_data_scheme_file
627 make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme)
628 other_scheme_files = map(make_data_scheme_file, other_scheme_paths)
654 script_scheme_files = map(make_data_scheme_file, script_scheme_paths)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/operations/install/
H A Dwheel.py544 def make_data_scheme_file(record_path): function
573 return make_data_scheme_file
604 make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme)
605 other_scheme_files = map(make_data_scheme_file, other_scheme_paths)
629 script_scheme_files = map(make_data_scheme_file, script_scheme_paths)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/operations/install/
H A Dwheel.py594 def make_data_scheme_file(record_path): function
623 return make_data_scheme_file
654 make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme)
655 other_scheme_files = map(make_data_scheme_file, other_scheme_paths)
681 script_scheme_files = map(make_data_scheme_file, script_scheme_paths)
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/operations/install/
H A Dwheel.py579 def make_data_scheme_file(record_path): function
608 return make_data_scheme_file
639 make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme)
640 other_scheme_files = map(make_data_scheme_file, other_scheme_paths)
666 script_scheme_files = map(make_data_scheme_file, script_scheme_paths)