Skip to content

cloudpickle 3.1.2

Version history | Download JSON

  • PyPI https://pypi.org/project/cloudpickle/
    Repository https://github.com/cloudpipe/cloudpickle

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 3
        "Any" : 0
        "Untyped" : 60
    • 4.8% coverage
    • 4.8% coverage (strict)
    • 63 typable
      • 3 typed
      • 60 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 23
        "classes" : 31
        "other" : 5
    • 9 functions (+0 overloads)
      • 14 parameters
    • 1 classes
      • 10 methods (+0 overloads)
        • 21 parameters
      • 0 properties
    • 2 modules
      • 5 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
cloudpickle 0.0% 0.0% 1 0
cloudpickle.cloudpickle 4.8% 4.8% 62 0

Incomplete Annotations

cloudpickle (1 missing, 0 any)

Symbol Typable Typed Any
attr CloudPickler 1 0 0

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

Type-Ignore Comments

No type-ignore comments.