joblib 1.5.3
Version history | Download JSON
-
PyPI https://pypi.org/project/joblib/ Repository https://github.com/joblib/joblib -
py.typed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 3 "Any" : 0 "Untyped" : 1025 -
Typables
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "functions" : 199 "classes" : 715 "other" : 10- 62 functions (+0 overloads)
- 137 parameters
- 65 classes
- 294 methods (+0 overloads)
- 412 parameters
- 9 properties
- 294 methods (+0 overloads)
- 35 modules
- 10 attrs
- 62 functions (+0 overloads)
Modules
Incomplete Annotations
joblib._parallel_backends (42 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ParallelBackendBase.init |
4 | 0 | 0 |
meth |
ParallelBackendBase.effective_n_jobs |
2 | 0 | 0 |
meth |
ParallelBackendBase.apply_async |
3 | 0 | 0 |
meth |
ParallelBackendBase.submit |
3 | 0 | 0 |
meth |
ParallelBackendBase.retrieve_result_callback |
2 | 0 | 0 |
meth |
ParallelBackendBase.retrieve_result |
3 | 0 | 0 |
meth |
ParallelBackendBase.configure |
6 | 0 | 0 |
meth |
ParallelBackendBase.start_call |
1 | 0 | 0 |
meth |
ParallelBackendBase.stop_call |
1 | 0 | 0 |
meth |
ParallelBackendBase.terminate |
1 | 0 | 0 |
meth |
ParallelBackendBase.compute_batch_size |
1 | 0 | 0 |
meth |
ParallelBackendBase.batch_completed |
3 | 0 | 0 |
meth |
ParallelBackendBase.abort_everything |
2 | 0 | 0 |
meth |
ParallelBackendBase.get_nested_backend |
1 | 0 | 0 |
meth |
ParallelBackendBase._prepare_worker_env |
2 | 0 | 0 |
meth |
ParallelBackendBase.retrieval_context |
1 | 0 | 0 |
meth |
ParallelBackendBase.in_main_thread |
1 | 0 | 0 |
prop |
ParallelBackendBase.supports_return_generator |
1 | 0 | 0 |
prop |
ParallelBackendBase.supports_timeout |
1 | 0 | 0 |
attr |
ParallelBackendBase.nesting_level |
1 | 0 | 0 |
attr |
ParallelBackendBase.inner_max_num_threads |
1 | 0 | 0 |
attr |
ParallelBackendBase.backend_kwargs |
1 | 0 | 0 |
joblib._store_backends (17 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
StoreBackendBase._open_item |
3 | 0 | 0 |
meth |
StoreBackendBase._item_exists |
2 | 0 | 0 |
meth |
StoreBackendBase._move_item |
3 | 0 | 0 |
meth |
StoreBackendBase.create_location |
2 | 0 | 0 |
meth |
StoreBackendBase.clear_location |
2 | 0 | 0 |
meth |
StoreBackendBase.get_items |
1 | 0 | 0 |
meth |
StoreBackendBase.configure |
4 | 0 | 0 |
joblib.backports (33 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
concurrency_safe_rename |
3 | 0 | 0 |
meth |
Version.init |
2 | 0 | 0 |
meth |
Version.repr |
1 | 0 | 0 |
meth |
Version.eq |
2 | 0 | 0 |
meth |
Version.lt |
2 | 0 | 0 |
meth |
Version.le |
2 | 0 | 0 |
meth |
Version.gt |
2 | 0 | 0 |
meth |
Version.ge |
2 | 0 | 0 |
meth |
LooseVersion.init |
2 | 0 | 0 |
meth |
LooseVersion.parse |
2 | 0 | 0 |
meth |
LooseVersion.str |
1 | 0 | 0 |
meth |
LooseVersion.repr |
1 | 0 | 0 |
meth |
LooseVersion._cmp |
2 | 0 | 0 |
attr |
LooseVersion.component_re |
1 | 0 | 0 |
func |
make_memmap |
8 | 0 | 0 |
joblib.compressor (74 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
register_compressor |
4 | 0 | 0 |
meth |
ZlibCompressorWrapper.init |
1 | 0 | 0 |
meth |
GzipCompressorWrapper.init |
1 | 0 | 0 |
meth |
BZ2CompressorWrapper.init |
1 | 0 | 0 |
meth |
BZ2CompressorWrapper._check_versions |
1 | 0 | 0 |
meth |
BZ2CompressorWrapper.compressor_file |
3 | 0 | 0 |
meth |
BZ2CompressorWrapper.decompressor_file |
2 | 0 | 0 |
attr |
BZ2CompressorWrapper.fileobj_factory |
1 | 0 | 0 |
meth |
BinaryZlibFile.init |
4 | 0 | 0 |
meth |
BinaryZlibFile.close |
1 | 0 | 0 |
meth |
BinaryZlibFile.fileno |
1 | 0 | 0 |
meth |
BinaryZlibFile.seekable |
1 | 0 | 0 |
meth |
BinaryZlibFile.readable |
1 | 0 | 0 |
meth |
BinaryZlibFile.writable |
1 | 0 | 0 |
meth |
BinaryZlibFile._check_not_closed |
1 | 0 | 0 |
meth |
BinaryZlibFile._check_can_read |
1 | 0 | 0 |
meth |
BinaryZlibFile._check_can_write |
1 | 0 | 0 |
meth |
BinaryZlibFile._check_can_seek |
1 | 0 | 0 |
meth |
BinaryZlibFile._fill_buffer |
1 | 0 | 0 |
meth |
BinaryZlibFile._read_all |
2 | 0 | 0 |
meth |
BinaryZlibFile._read_block |
3 | 0 | 0 |
meth |
BinaryZlibFile.read |
2 | 0 | 0 |
meth |
BinaryZlibFile.readinto |
2 | 0 | 0 |
meth |
BinaryZlibFile.write |
2 | 0 | 0 |
meth |
BinaryZlibFile._rewind |
1 | 0 | 0 |
meth |
BinaryZlibFile.seek |
3 | 0 | 0 |
meth |
BinaryZlibFile.tell |
1 | 0 | 0 |
prop |
BinaryZlibFile.closed |
1 | 0 | 0 |
attr |
BinaryZlibFile.compresslevel |
1 | 0 | 0 |
meth |
CompressorWrapper.init |
4 | 0 | 0 |
meth |
CompressorWrapper.compressor_file |
3 | 0 | 0 |
meth |
CompressorWrapper.decompressor_file |
2 | 0 | 0 |
attr |
CompressorWrapper.fileobj_factory |
1 | 0 | 0 |
attr |
CompressorWrapper.prefix |
1 | 0 | 0 |
attr |
CompressorWrapper.extension |
1 | 0 | 0 |
meth |
LZ4CompressorWrapper.init |
1 | 0 | 0 |
meth |
LZ4CompressorWrapper._check_versions |
1 | 0 | 0 |
meth |
LZ4CompressorWrapper.compressor_file |
3 | 0 | 0 |
meth |
LZ4CompressorWrapper.decompressor_file |
2 | 0 | 0 |
attr |
LZ4CompressorWrapper.fileobj_factory |
1 | 0 | 0 |
meth |
LZMACompressorWrapper.init |
1 | 0 | 0 |
meth |
LZMACompressorWrapper._check_versions |
1 | 0 | 0 |
meth |
LZMACompressorWrapper.compressor_file |
3 | 0 | 0 |
meth |
LZMACompressorWrapper.decompressor_file |
2 | 0 | 0 |
attr |
LZMACompressorWrapper.fileobj_factory |
1 | 0 | 0 |
joblib.disk (13 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
rm_subdirs |
3 | 0 | 0 |
func |
memstr_to_bytes |
2 | 0 | 0 |
func |
mkdirp |
2 | 0 | 0 |
func |
delete_folder |
4 | 0 | 0 |
func |
disk_used |
2 | 0 | 0 |
joblib.executor (15 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
MemmappingExecutor.get_memmapping_executor |
9 | 0 | 0 |
meth |
MemmappingExecutor.terminate |
2 | 0 | 0 |
prop |
MemmappingExecutor._temp_folder |
1 | 0 | 0 |
func |
get_memmapping_executor |
3 | 0 | 0 |
joblib.externals.cloudpickle (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CloudPickler |
1 | 0 | 0 |
joblib.externals.cloudpickle.cloudpickle (59 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Pickler._dynamic_function_reduce |
2 | 0 | 0 |
meth |
Pickler._function_reduce |
2 | 0 | 0 |
meth |
Pickler._function_getnewargs |
2 | 0 | 0 |
meth |
Pickler.dump |
2 | 0 | 0 |
meth |
Pickler.init |
4 | 0 | 0 |
meth |
Pickler.reducer_override |
2 | 0 | 0 |
meth |
Pickler._save_reduce_pickle5 |
8 | 0 | 0 |
meth |
Pickler.save_global |
4 | 0 | 0 |
meth |
Pickler.save_function |
3 | 0 | 0 |
meth |
Pickler.save_pypy_builtin_func |
2 | 0 | 0 |
attr |
Pickler.dispatch_table |
1 | 0 | 0 |
attr |
Pickler.globals_ref |
1 | 0 | 0 |
attr |
Pickler.proto |
1 | 0 | 0 |
attr |
Pickler.dispatch |
1 | 0 | 0 |
func |
unregister_pickle_by_value |
2 | 0 | 0 |
func |
register_pickle_by_value |
2 | 0 | 0 |
func |
dump |
5 | 0 | 0 |
func |
dumps |
4 | 0 | 0 |
func |
subimport |
2 | 0 | 0 |
func |
dynamic_subimport |
3 | 0 | 0 |
func |
list_registry_pickle_by_value |
1 | 0 | 0 |
func |
instance |
2 | 0 | 0 |
attr |
PYPY |
1 | 0 | 0 |
func |
is_tornado_coroutine |
2 | 0 | 0 |
joblib.externals.loky._base (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Future._invoke_callbacks |
1 | 0 | 0 |
joblib.externals.loky.backend.context (24 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
cpu_count |
2 | 0 | 0 |
func |
get_context |
2 | 0 | 0 |
func |
get_start_method |
1 | 0 | 0 |
attr |
ctx_loky |
1 | 0 | 0 |
func |
set_start_method |
3 | 0 | 0 |
meth |
LokyContext.Queue |
3 | 0 | 0 |
meth |
LokyContext.SimpleQueue |
2 | 0 | 0 |
meth |
LokyContext.Semaphore |
2 | 0 | 0 |
meth |
LokyContext.BoundedSemaphore |
2 | 0 | 0 |
meth |
LokyContext.Lock |
1 | 0 | 0 |
meth |
LokyContext.RLock |
1 | 0 | 0 |
meth |
LokyContext.Condition |
2 | 0 | 0 |
meth |
LokyContext.Event |
1 | 0 | 0 |
attr |
LokyContext.cpu_count |
1 | 0 | 0 |
joblib.externals.loky.backend.fork_exec (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
fork_exec |
4 | 0 | 0 |
joblib.externals.loky.backend.popen_loky_posix (13 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Popen.init |
2 | 0 | 0 |
meth |
Popen.duplicate_for_child |
2 | 0 | 0 |
meth |
Popen.poll |
2 | 0 | 0 |
meth |
Popen.wait |
2 | 0 | 0 |
meth |
Popen.terminate |
1 | 0 | 0 |
meth |
Popen._launch |
2 | 0 | 0 |
meth |
Popen.thread_is_spawning |
1 | 0 | 0 |
attr |
Popen.returncode |
1 | 0 | 0 |
joblib.externals.loky.backend.popen_loky_win32 (6 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Popen.init |
2 | 0 | 0 |
attr |
Popen.pid |
1 | 0 | 0 |
attr |
Popen.returncode |
1 | 0 | 0 |
attr |
Popen.sentinel |
1 | 0 | 0 |
attr |
Popen.finalizer |
1 | 0 | 0 |
joblib.externals.loky.backend.process (22 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
LokyInitMainProcess.init |
7 | 0 | 0 |
meth |
AuthenticationKey.reduce |
1 | 0 | 0 |
meth |
LokyProcess.init |
9 | 0 | 0 |
meth |
LokyProcess._Popen |
2 | 0 | 0 |
attr |
LokyProcess.env |
1 | 0 | 0 |
attr |
LokyProcess.authkey |
1 | 0 | 0 |
attr |
LokyProcess.init_main_module |
1 | 0 | 0 |
joblib.externals.loky.backend.queues (30 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
SimpleQueue.init |
3 | 0 | 0 |
meth |
SimpleQueue.close |
1 | 0 | 0 |
meth |
SimpleQueue.getstate |
1 | 0 | 0 |
meth |
SimpleQueue.setstate |
2 | 0 | 0 |
meth |
SimpleQueue.put |
2 | 0 | 0 |
meth |
Queue.init |
4 | 0 | 0 |
meth |
Queue.getstate |
1 | 0 | 0 |
meth |
Queue.setstate |
2 | 0 | 0 |
meth |
Queue._start_thread |
1 | 0 | 0 |
meth |
Queue._feed |
10 | 0 | 0 |
meth |
Queue._on_queue_feeder_error |
3 | 0 | 0 |
joblib.externals.loky.backend.reduction (14 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
set_loky_pickler |
2 | 0 | 0 |
func |
register |
3 | 0 | 0 |
func |
dump |
5 | 0 | 0 |
func |
dumps |
4 | 0 | 0 |
joblib.externals.loky.backend.spawn (7 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
prepare |
3 | 0 | 0 |
func |
get_preparation_data |
3 | 0 | 0 |
func |
get_executable |
1 | 0 | 0 |
joblib.externals.loky.backend.synchronize (34 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Lock.init |
1 | 0 | 0 |
meth |
Lock.repr |
1 | 0 | 0 |
meth |
Event.init |
1 | 0 | 0 |
meth |
Event.is_set |
1 | 0 | 0 |
meth |
Event.set |
1 | 0 | 0 |
meth |
Event.clear |
1 | 0 | 0 |
meth |
Event.wait |
2 | 0 | 0 |
meth |
Condition.init |
2 | 0 | 0 |
meth |
Condition.getstate |
1 | 0 | 0 |
meth |
Condition.setstate |
2 | 0 | 0 |
meth |
Condition.enter |
1 | 0 | 0 |
meth |
Condition.exit |
2 | 0 | 0 |
meth |
Condition._make_methods |
1 | 0 | 0 |
meth |
Condition.repr |
1 | 0 | 0 |
meth |
Condition.wait |
2 | 0 | 0 |
meth |
Condition.notify |
1 | 0 | 0 |
meth |
Condition.notify_all |
1 | 0 | 0 |
meth |
Condition.wait_for |
3 | 0 | 0 |
meth |
RLock.init |
1 | 0 | 0 |
meth |
RLock.repr |
1 | 0 | 0 |
meth |
BoundedSemaphore.init |
2 | 0 | 0 |
meth |
BoundedSemaphore.repr |
1 | 0 | 0 |
meth |
Semaphore.init |
2 | 0 | 0 |
meth |
Semaphore.get_value |
1 | 0 | 0 |
meth |
Semaphore.repr |
1 | 0 | 0 |
joblib.externals.loky.backend.utils (8 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
get_exitcodes_terminated_worker |
2 | 0 | 0 |
func |
kill_process_tree |
3 | 0 | 0 |
func |
recursive_terminate |
3 | 0 | 0 |
joblib.externals.loky.cloudpickle_wrapper (12 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
wrap_non_picklable_objects |
3 | 0 | 0 |
meth |
CloudpickledObjectWrapper.init |
3 | 0 | 0 |
meth |
CloudpickledObjectWrapper.reduce |
1 | 0 | 0 |
meth |
CloudpickledObjectWrapper.getattr |
2 | 0 | 0 |
meth |
CallableObjectWrapper.call |
3 | 0 | 0 |
joblib.externals.loky.process_executor (28 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ProcessPoolExecutor.init |
9 | 0 | 0 |
meth |
ProcessPoolExecutor._setup_queues |
4 | 0 | 0 |
meth |
ProcessPoolExecutor._start_executor_manager_thread |
1 | 0 | 0 |
meth |
ProcessPoolExecutor._adjust_process_count |
1 | 0 | 0 |
meth |
ProcessPoolExecutor._ensure_executor_running |
1 | 0 | 0 |
meth |
ProcessPoolExecutor.submit |
4 | 0 | 0 |
meth |
ProcessPoolExecutor.map |
4 | 0 | 0 |
meth |
ProcessPoolExecutor.shutdown |
3 | 0 | 0 |
attr |
MAX_DEPTH |
1 | 0 | 0 |
joblib.externals.loky.reusable_executor (11 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
get_reusable_executor |
11 | 0 | 0 |
joblib.func_inspect (20 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
get_func_code |
2 | 0 | 0 |
func |
format_signature |
4 | 0 | 0 |
func |
format_call |
5 | 0 | 0 |
func |
get_func_name |
4 | 0 | 0 |
func |
filter_args |
5 | 0 | 0 |
joblib.hashing (31 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
hash |
4 | 0 | 0 |
meth |
Hasher.init |
2 | 0 | 0 |
meth |
Hasher.hash |
3 | 0 | 0 |
meth |
Hasher.save |
2 | 0 | 0 |
meth |
Hasher.memoize |
2 | 0 | 0 |
meth |
Hasher.save_global |
4 | 0 | 0 |
meth |
Hasher._batch_setitems |
3 | 0 | 0 |
meth |
Hasher.save_set |
2 | 0 | 0 |
attr |
Hasher.stream |
1 | 0 | 0 |
attr |
Hasher.dispatch |
1 | 0 | 0 |
meth |
NumpyHasher.init |
3 | 0 | 0 |
meth |
NumpyHasher.save |
2 | 0 | 0 |
attr |
NumpyHasher.coerce_mmap |
1 | 0 | 0 |
attr |
NumpyHasher.np |
1 | 0 | 0 |
joblib.logger (30 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Logger.init |
3 | 0 | 0 |
meth |
Logger.warn |
2 | 0 | 0 |
meth |
Logger.info |
2 | 0 | 0 |
meth |
Logger.debug |
2 | 0 | 0 |
meth |
Logger.format |
3 | 0 | 0 |
attr |
Logger.depth |
1 | 0 | 0 |
meth |
PrintTime.init |
3 | 0 | 0 |
meth |
PrintTime.call |
3 | 0 | 0 |
attr |
PrintTime.last_time |
1 | 0 | 0 |
attr |
PrintTime.start_time |
1 | 0 | 0 |
attr |
PrintTime.logfile |
1 | 0 | 0 |
func |
pformat |
4 | 0 | 0 |
func |
short_format_time |
2 | 0 | 0 |
func |
format_time |
2 | 0 | 0 |
joblib.memory (191 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
register_store_backend |
3 | 0 | 0 |
func |
expires_after |
8 | 0 | 0 |
meth |
Memory.init |
7 | 0 | 0 |
meth |
Memory.cache |
6 | 0 | 0 |
meth |
Memory.clear |
2 | 0 | 0 |
meth |
Memory.reduce_size |
4 | 0 | 0 |
meth |
Memory.eval |
4 | 0 | 0 |
meth |
Memory.repr |
1 | 0 | 0 |
meth |
Memory.getstate |
1 | 0 | 0 |
attr |
Memory.mmap_mode |
1 | 0 | 0 |
attr |
Memory.timestamp |
1 | 0 | 0 |
attr |
Memory.backend |
1 | 0 | 0 |
attr |
Memory.compress |
1 | 0 | 0 |
attr |
Memory.backend_options |
1 | 0 | 0 |
attr |
Memory.location |
1 | 0 | 0 |
attr |
Memory.store_backend |
1 | 0 | 0 |
meth |
MemorizedResult.init |
8 | 0 | 0 |
meth |
MemorizedResult.get |
1 | 0 | 0 |
meth |
MemorizedResult.clear |
1 | 0 | 0 |
meth |
MemorizedResult.repr |
1 | 0 | 0 |
meth |
MemorizedResult.getstate |
1 | 0 | 0 |
prop |
MemorizedResult.func |
1 | 0 | 0 |
prop |
MemorizedResult.func_id |
1 | 0 | 0 |
prop |
MemorizedResult.args_id |
1 | 0 | 0 |
attr |
MemorizedResult.store_backend |
1 | 0 | 0 |
attr |
MemorizedResult.mmap_mode |
1 | 0 | 0 |
attr |
MemorizedResult.duration |
1 | 0 | 0 |
attr |
MemorizedResult.verbose |
1 | 0 | 0 |
attr |
MemorizedResult.timestamp |
1 | 0 | 0 |
attr |
MemorizedResult.metadata |
1 | 0 | 0 |
meth |
MemorizedFunc.init |
10 | 0 | 0 |
meth |
MemorizedFunc._is_in_cache_and_valid |
2 | 0 | 0 |
meth |
MemorizedFunc._cached_call |
4 | 0 | 0 |
meth |
MemorizedFunc.call_and_shelve |
3 | 0 | 0 |
meth |
MemorizedFunc.call |
3 | 0 | 0 |
meth |
MemorizedFunc.getstate |
1 | 0 | 0 |
meth |
MemorizedFunc.check_call_in_cache |
3 | 0 | 0 |
meth |
MemorizedFunc._get_args_id |
3 | 0 | 0 |
meth |
MemorizedFunc._hash_func |
1 | 0 | 0 |
meth |
MemorizedFunc._write_func_code |
3 | 0 | 0 |
meth |
MemorizedFunc._check_previous_func_code |
2 | 0 | 0 |
meth |
MemorizedFunc.clear |
2 | 0 | 0 |
meth |
MemorizedFunc.call |
3 | 0 | 0 |
meth |
MemorizedFunc._call |
5 | 0 | 0 |
meth |
MemorizedFunc._before_call |
3 | 0 | 0 |
meth |
MemorizedFunc._after_call |
7 | 0 | 0 |
meth |
MemorizedFunc._persist_input |
6 | 0 | 0 |
meth |
MemorizedFunc._get_memorized_result |
3 | 0 | 0 |
meth |
MemorizedFunc._load_item |
3 | 0 | 0 |
meth |
MemorizedFunc._print_duration |
3 | 0 | 0 |
meth |
MemorizedFunc.repr |
1 | 0 | 0 |
prop |
MemorizedFunc.func_code_info |
1 | 0 | 0 |
attr |
MemorizedFunc.mmap_mode |
1 | 0 | 0 |
attr |
MemorizedFunc.compress |
1 | 0 | 0 |
attr |
MemorizedFunc.func |
1 | 0 | 0 |
attr |
MemorizedFunc.cache_validation_callback |
1 | 0 | 0 |
attr |
MemorizedFunc.func_id |
1 | 0 | 0 |
attr |
MemorizedFunc.ignore |
1 | 0 | 0 |
attr |
MemorizedFunc.store_backend |
1 | 0 | 0 |
attr |
MemorizedFunc.timestamp |
1 | 0 | 0 |
meth |
AsyncNotMemorizedFunc.call_and_shelve |
3 | 0 | 0 |
meth |
AsyncMemorizedFunc.call |
3 | 0 | 0 |
meth |
AsyncMemorizedFunc.call_and_shelve |
3 | 0 | 0 |
meth |
AsyncMemorizedFunc.call |
3 | 0 | 0 |
meth |
AsyncMemorizedFunc._call |
5 | 0 | 0 |
meth |
NotMemorizedFunc.init |
2 | 0 | 0 |
meth |
NotMemorizedFunc.call |
3 | 0 | 0 |
meth |
NotMemorizedFunc.call_and_shelve |
3 | 0 | 0 |
meth |
NotMemorizedFunc.repr |
1 | 0 | 0 |
meth |
NotMemorizedFunc.clear |
2 | 0 | 0 |
meth |
NotMemorizedFunc.call |
3 | 0 | 0 |
meth |
NotMemorizedFunc.check_call_in_cache |
3 | 0 | 0 |
attr |
NotMemorizedFunc.func |
1 | 0 | 0 |
meth |
NotMemorizedResult.init |
2 | 0 | 0 |
meth |
NotMemorizedResult.get |
1 | 0 | 0 |
meth |
NotMemorizedResult.clear |
1 | 0 | 0 |
meth |
NotMemorizedResult.repr |
1 | 0 | 0 |
meth |
NotMemorizedResult.getstate |
1 | 0 | 0 |
meth |
NotMemorizedResult.setstate |
2 | 0 | 0 |
attr |
NotMemorizedResult.value |
1 | 0 | 0 |
attr |
NotMemorizedResult.valid |
1 | 0 | 0 |
func |
extract_first_line |
2 | 0 | 0 |
joblib.numpy_pickle (62 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
load |
4 | 0 | 0 |
func |
dump |
5 | 0 | 0 |
func |
load_temporary_memmap |
4 | 0 | 0 |
meth |
NumpyPickler.init |
3 | 0 | 0 |
meth |
NumpyPickler._create_array_wrapper |
2 | 0 | 0 |
meth |
NumpyPickler.save |
2 | 0 | 0 |
attr |
NumpyPickler.dispatch |
1 | 0 | 0 |
attr |
NumpyPickler.file_handle |
1 | 0 | 0 |
attr |
NumpyPickler.buffered |
1 | 0 | 0 |
attr |
NumpyPickler.np |
1 | 0 | 0 |
meth |
NumpyArrayWrapper.init |
7 | 0 | 0 |
meth |
NumpyArrayWrapper.safe_get_numpy_array_alignment_bytes |
1 | 0 | 0 |
meth |
NumpyArrayWrapper.write_array |
3 | 0 | 0 |
meth |
NumpyArrayWrapper.read_array |
3 | 0 | 0 |
meth |
NumpyArrayWrapper.read_mmap |
2 | 0 | 0 |
meth |
NumpyArrayWrapper.read |
3 | 0 | 0 |
attr |
NumpyArrayWrapper.subclass |
1 | 0 | 0 |
attr |
NumpyArrayWrapper.shape |
1 | 0 | 0 |
attr |
NumpyArrayWrapper.order |
1 | 0 | 0 |
attr |
NumpyArrayWrapper.dtype |
1 | 0 | 0 |
attr |
NumpyArrayWrapper.allow_mmap |
1 | 0 | 0 |
attr |
NumpyArrayWrapper.numpy_array_alignment_bytes |
1 | 0 | 0 |
meth |
NumpyUnpickler.init |
5 | 0 | 0 |
meth |
NumpyUnpickler.load_build |
1 | 0 | 0 |
attr |
NumpyUnpickler.dispatch |
1 | 0 | 0 |
attr |
NumpyUnpickler.mmap_mode |
1 | 0 | 0 |
attr |
NumpyUnpickler.file_handle |
1 | 0 | 0 |
attr |
NumpyUnpickler.filename |
1 | 0 | 0 |
attr |
NumpyUnpickler.compat_mode |
1 | 0 | 0 |
attr |
NumpyUnpickler.ensure_native_byte_order |
1 | 0 | 0 |
attr |
NumpyUnpickler.np |
1 | 0 | 0 |
joblib.numpy_pickle_compat (41 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ZipNumpyUnpickler.init |
4 | 0 | 0 |
meth |
ZipNumpyUnpickler._open_pickle |
2 | 0 | 0 |
meth |
ZipNumpyUnpickler.load_build |
1 | 0 | 0 |
attr |
ZipNumpyUnpickler.dispatch |
1 | 0 | 0 |
attr |
ZipNumpyUnpickler.mmap_mode |
1 | 0 | 0 |
attr |
ZipNumpyUnpickler.file_handle |
1 | 0 | 0 |
attr |
ZipNumpyUnpickler.np |
1 | 0 | 0 |
func |
load_compatibility |
2 | 0 | 0 |
meth |
ZNDArrayWrapper.init |
4 | 0 | 0 |
meth |
ZNDArrayWrapper.read |
2 | 0 | 0 |
attr |
ZNDArrayWrapper.filename |
1 | 0 | 0 |
attr |
ZNDArrayWrapper.state |
1 | 0 | 0 |
attr |
ZNDArrayWrapper.init_args |
1 | 0 | 0 |
func |
hex_str |
2 | 0 | 0 |
func |
asbytes |
2 | 0 | 0 |
func |
write_zfile |
4 | 0 | 0 |
meth |
NDArrayWrapper.init |
4 | 0 | 0 |
meth |
NDArrayWrapper.read |
2 | 0 | 0 |
attr |
NDArrayWrapper.filename |
1 | 0 | 0 |
attr |
NDArrayWrapper.subclass |
1 | 0 | 0 |
attr |
NDArrayWrapper.allow_mmap |
1 | 0 | 0 |
func |
read_zfile |
2 | 0 | 0 |
joblib.parallel (140 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
parallel_backend.init |
5 | 0 | 0 |
meth |
parallel_backend.enter |
1 | 0 | 0 |
attr |
parallel_backend.new_backend_and_jobs |
1 | 0 | 0 |
attr |
parallel_backend.old_backend_and_jobs |
1 | 0 | 0 |
func |
register_parallel_backend |
4 | 0 | 0 |
meth |
Parallel.init |
14 | 0 | 0 |
meth |
Parallel.enter |
1 | 0 | 0 |
meth |
Parallel.exit |
4 | 0 | 0 |
meth |
Parallel._initialize_backend |
1 | 0 | 0 |
meth |
Parallel._effective_n_jobs |
1 | 0 | 0 |
meth |
Parallel._terminate_and_reset |
1 | 0 | 0 |
meth |
Parallel._dispatch |
2 | 0 | 0 |
meth |
Parallel._register_new_job |
2 | 0 | 0 |
meth |
Parallel.dispatch_next |
1 | 0 | 0 |
meth |
Parallel.dispatch_one_batch |
2 | 0 | 0 |
meth |
Parallel._get_batch_size |
1 | 0 | 0 |
meth |
Parallel._print |
2 | 0 | 0 |
meth |
Parallel._is_completed |
1 | 0 | 0 |
meth |
Parallel.print_progress |
1 | 0 | 0 |
meth |
Parallel._abort |
1 | 0 | 0 |
meth |
Parallel._start |
3 | 0 | 0 |
meth |
Parallel._get_outputs |
3 | 0 | 0 |
meth |
Parallel._wait_retrieval |
1 | 0 | 0 |
meth |
Parallel._retrieve |
1 | 0 | 0 |
meth |
Parallel._raise_error_fast |
1 | 0 | 0 |
meth |
Parallel._warn_exit_early |
1 | 0 | 0 |
meth |
Parallel._get_sequential_output |
2 | 0 | 0 |
meth |
Parallel._reset_run_tracking |
1 | 0 | 0 |
meth |
Parallel.call |
2 | 0 | 0 |
meth |
Parallel.repr |
1 | 0 | 0 |
attr |
Parallel.verbose |
1 | 0 | 0 |
attr |
Parallel.timeout |
1 | 0 | 0 |
attr |
Parallel.pre_dispatch |
1 | 0 | 0 |
attr |
Parallel.return_as |
1 | 0 | 0 |
attr |
Parallel.return_generator |
1 | 0 | 0 |
attr |
Parallel.return_ordered |
1 | 0 | 0 |
attr |
Parallel.n_jobs |
1 | 0 | 0 |
attr |
Parallel.batch_size |
1 | 0 | 0 |
func |
cpu_count |
2 | 0 | 0 |
meth |
parallel_config.init |
11 | 0 | 0 |
meth |
parallel_config._check_backend |
4 | 0 | 0 |
meth |
parallel_config.enter |
1 | 0 | 0 |
meth |
parallel_config.exit |
4 | 0 | 0 |
meth |
parallel_config.unregister |
1 | 0 | 0 |
attr |
parallel_config.old_parallel_config |
1 | 0 | 0 |
attr |
parallel_config.parallel_config |
1 | 0 | 0 |
func |
effective_n_jobs |
2 | 0 | 0 |
func |
delayed |
2 | 0 | 0 |
meth |
BatchCompletionCallBack.init |
4 | 0 | 0 |
meth |
BatchCompletionCallBack.register_job |
2 | 0 | 0 |
meth |
BatchCompletionCallBack.get_result |
2 | 0 | 0 |
meth |
BatchCompletionCallBack._return_or_raise |
1 | 0 | 0 |
meth |
BatchCompletionCallBack.get_status |
2 | 0 | 0 |
meth |
BatchCompletionCallBack.call |
3 | 0 | 0 |
meth |
BatchCompletionCallBack._dispatch_new |
1 | 0 | 0 |
meth |
BatchCompletionCallBack._retrieve_result |
2 | 0 | 0 |
meth |
BatchCompletionCallBack._register_outcome |
2 | 0 | 0 |
attr |
BatchCompletionCallBack.dispatch_timestamp |
1 | 0 | 0 |
attr |
BatchCompletionCallBack.batch_size |
1 | 0 | 0 |
attr |
BatchCompletionCallBack.parallel |
1 | 0 | 0 |
attr |
BatchCompletionCallBack.parallel_call_id |
1 | 0 | 0 |
attr |
BatchCompletionCallBack.job |
1 | 0 | 0 |
attr |
BatchCompletionCallBack.status |
1 | 0 | 0 |
func |
get_active_backend |
4 | 0 | 0 |
attr |
default_parallel_config |
1 | 0 | 0 |
attr |
method |
1 | 0 | 0 |
meth |
BatchedCalls.init |
5 | 0 | 0 |
meth |
BatchedCalls.call |
1 | 0 | 0 |
meth |
BatchedCalls.reduce |
1 | 0 | 0 |
meth |
BatchedCalls.len |
1 | 0 | 0 |
attr |
BatchedCalls.items |
1 | 0 | 0 |
joblib.pool (36 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
CustomizablePickler.init |
4 | 0 | 0 |
meth |
CustomizablePickler.register |
3 | 0 | 0 |
attr |
CustomizablePickler.dispatch |
1 | 0 | 0 |
attr |
CustomizablePickler.dispatch_table |
1 | 0 | 0 |
meth |
PicklingPool.init |
5 | 0 | 0 |
meth |
PicklingPool._setup_queues |
1 | 0 | 0 |
attr |
WindowsError |
1 | 0 | 0 |
meth |
MemmappingPool.init |
10 | 0 | 0 |
meth |
MemmappingPool.terminate |
1 | 0 | 0 |
prop |
MemmappingPool._temp_folder |
1 | 0 | 0 |
meth |
CustomizablePicklingQueue.init |
3 | 0 | 0 |
meth |
CustomizablePicklingQueue.getstate |
1 | 0 | 0 |
meth |
CustomizablePicklingQueue.setstate |
2 | 0 | 0 |
meth |
CustomizablePicklingQueue.empty |
1 | 0 | 0 |
meth |
CustomizablePicklingQueue._make_methods |
1 | 0 | 0 |
joblib.testing (6 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
check_subprocess_call |
5 | 0 | 0 |
func |
warnings_to_stdout |
1 | 0 | 0 |
Type-Ignore Comments
No type-ignore comments.