Home
last modified time | relevance | path

Searched refs:resource_stream (Results 1 – 25 of 118) sorted by relevance

12345

/dports/misc/py-eemeter/eemeter-3.1.0/eemeter/samples/
H A Dload.py21 from pkg_resources import resource_stream
32 with resource_stream("eemeter.samples", "metadata.json") as f:
81 with resource_stream("eemeter.samples", meter_data_filename) as f:
85 with resource_stream("eemeter.samples", temperature_filename) as f:
/dports/misc/py-eemeter/eemeter-3.1.0/tests/
H A Dtest_io.py21 from pkg_resources import resource_filename, resource_stream
53 with resource_stream("eemeter.samples", meter_data_filename) as f:
64 with resource_stream("eemeter.samples", meter_data_filename) as f:
75 with resource_stream("eemeter.samples", meter_data_filename) as f:
86 with resource_stream("eemeter.samples", meter_data_filename) as f:
210 with resource_stream("eemeter.samples", temperature_filename) as f:
221 with resource_stream("eemeter.samples", temperature_filename) as f:
232 with resource_stream("eemeter.samples", temperature_filename) as f:
H A Dconftest.py21 from pkg_resources import resource_stream
31 with resource_stream("eemeter.samples", "metadata.json") as f:
/dports/lang/micropython/micropython-1.17/tests/io/
H A Dresource_stream.py5 uio.resource_stream
10 buf = uio.resource_stream("data", "file2")
14 buf = uio.resource_stream(None, usys.path[0] + "/data/file2")
/dports/devel/py-pytzdata/pytzdata-2020.1/pytzdata/
H A D__init__.py40 from pkg_resources import resource_stream
42 resource_stream = None
44 if resource_stream is not None:
46 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/graphics/glad/glad-0.1.34/glad/files/
H A D__init__.py5 from pkg_resources import resource_exists, resource_stream
10 def resource_stream(*args, **kwargs): function
24 return resource_stream(__name__, name)
/dports/misc/py-eemeter/eemeter-3.1.0/eemeter/
H A Dcli.py20 from pkg_resources import resource_stream
70 with resource_stream("eemeter.samples", "metadata.json") as f:
75 meter_file = resource_stream(
78 temperature_file = resource_stream(
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Dpkgdata.py27 from pkg_resources import resource_stream, resource_exists
37 def resource_stream(_package_of_requirement, _resource_name): function
67 return resource_stream(pkgname, identifier)
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/arcade/
H A Dresources.py3 from pkg_resources import resource_stream
40 def resource_stream(self, resource): member in Resources
49 stream = resource_stream(package_or_requirement, resource_name)
/dports/mail/py-flufl.bounce/flufl.bounce-3.0/flufl/bounce/tests/
H A Dtest_detectors.py11 from pkg_resources import resource_stream
20 with closing(resource_stream('flufl.bounce.tests.data',
58 with closing(resource_stream('flufl.bounce.tests.data',
/dports/devel/libevtx/libevtx-20210525/evtxtools/
H A Dresource_file.c126 &( ( *resource_file )->resource_stream ), in resource_file_initialize()
159 if( ( *resource_file )->resource_stream != NULL ) in resource_file_initialize()
162 &( ( *resource_file )->resource_stream ), in resource_file_initialize()
232 &( ( *resource_file )->resource_stream ), in resource_file_free()
371 resource_file->resource_stream, in resource_file_open()
385 resource_file->resource_stream, in resource_file_open()
508 resource_file->resource_stream, in resource_file_close()
904 resource_file->resource_stream, in resource_file_get_message_string()
1095 resource_file->resource_stream, in resource_file_get_mui_file_type()
1178 resource_file->resource_stream, in resource_file_get_provider()
/dports/devel/libevt/libevt-20210424/evttools/
H A Dresource_file.c126 &( ( *resource_file )->resource_stream ), in resource_file_initialize()
159 if( ( *resource_file )->resource_stream != NULL ) in resource_file_initialize()
162 &( ( *resource_file )->resource_stream ), in resource_file_initialize()
232 &( ( *resource_file )->resource_stream ), in resource_file_free()
371 resource_file->resource_stream, in resource_file_open()
385 resource_file->resource_stream, in resource_file_open()
508 resource_file->resource_stream, in resource_file_close()
904 resource_file->resource_stream, in resource_file_get_message_string()
1095 resource_file->resource_stream, in resource_file_get_mui_file_type()
1178 resource_file->resource_stream, in resource_file_get_provider()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsbc/
H A Dresources.py2 from pkg_resources import resource_filename, resource_stream
24 return resource_stream(self.package, resource_name)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/babelfish/
H A Dscript.py9 from pkg_resources import resource_stream # @UnresolvedImport
21 f = resource_stream('babelfish', 'data/iso15924-utf8-20131012.txt')
/dports/devel/py-babelfish/babelfish-0.5.5/babelfish/
H A Dscript.py9 from pkg_resources import resource_stream # @UnresolvedImport
21 f = resource_stream('babelfish', 'data/iso15924-utf8-20131012.txt')
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pytz/
H A D__init__.py102 from pkg_resources import resource_stream
104 resource_stream = None
106 if resource_stream is not None:
107 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pytz/
H A D__init__.py102 from pkg_resources import resource_stream
104 resource_stream = None
106 if resource_stream is not None:
107 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pytz/
H A D__init__.py102 from pkg_resources import resource_stream
104 resource_stream = None
106 if resource_stream is not None:
107 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/devel/py-pytz/pytz-2021.3/pytz/
H A D__init__.py102 from pkg_resources import resource_stream
104 resource_stream = None
106 if resource_stream is not None:
107 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/devel/py-pytz/pytz-2021.3/build/lib/pytz/
H A D__init__.py102 from pkg_resources import resource_stream
104 resource_stream = None
106 if resource_stream is not None:
107 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/devel/py-pytz/stage/usr/local/lib/python3.8/site-packages/pytz/
H A D__init__.py102 from pkg_resources import resource_stream
104 resource_stream = None
106 if resource_stream is not None:
107 return resource_stream(__name__, 'zoneinfo/' + name)
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Ddataele.py18 from pkg_resources import resource_stream
51 fd = resource_stream(__name__, os.path.join('map', dataele_file))
H A Dcodes.py17 from pkg_resources import resource_stream
53 code_fd = resource_stream(__name__, os.path.join('map', codes_file))
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/knowit/
H A Dconfig.py7 from pkg_resources import resource_stream
27 with resource_stream('knowit', 'defaults.yml') as stream:
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Disotopes.py93 with pkg_resources.resource_stream(__name__, 'data/mass.mas03') as f:
136 with pkg_resources.resource_stream(__name__, 'data/nubtab03.asc') as f:

12345