Skip to content

pint 0.25.2

Version history | Download JSON

  • PyPI https://pypi.org/project/pint/
    Repository https://github.com/hgrecco/pint

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 1053
        "Any" : 55
        "Untyped" : 541
    • 67.2% coverage
    • 63.9% coverage (strict)
    • 1649 typable
      • 1053 typed
      • 541 untyped
      • 55 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 229
        "classes" : 1305
        "other" : 23
    • 76 functions (+0 overloads)
      • 153 parameters
    • 131 classes
      • 495 methods (+4 overloads)
        • 730 parameters
      • 76 properties
    • 55 modules
      • 23 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
pint 0.0% 0.0% 8 0
pint.compat 85.7% 71.4% 28 1
pint.converters 93.8% 75.0% 16 0
pint.definitions 100.0% 100.0% 3 0
pint.delegates.base_defparser 60.0% 60.0% 10 0
pint.delegates.formatter 0.0% 0.0% 0 0
pint.delegates.formatter._format_helpers 100.0% 100.0% 10 0
pint.delegates.formatter._spec_helpers 100.0% 100.0% 4 0
pint.delegates.formatter._to_register 50.0% 50.0% 2 0
pint.delegates.formatter.full 94.7% 94.7% 38 0
pint.delegates.formatter.html 95.8% 95.8% 24 0
pint.delegates.formatter.latex 97.1% 97.1% 68 0
pint.delegates.formatter.plain 94.9% 94.9% 98 0
pint.delegates.txt_defparser.block 100.0% 100.0% 3 0
pint.delegates.txt_defparser.common 81.8% 81.8% 11 0
pint.delegates.txt_defparser.context 93.8% 93.8% 16 0
pint.delegates.txt_defparser.defaults 100.0% 100.0% 6 0
pint.delegates.txt_defparser.defparser 91.7% 91.7% 12 0
pint.delegates.txt_defparser.group 85.7% 85.7% 7 0
pint.delegates.txt_defparser.plain 100.0% 100.0% 17 0
pint.delegates.txt_defparser.system 88.9% 88.9% 9 0
pint.errors 64.8% 53.5% 71 0
pint.facets 0.0% 0.0% 2 0
pint.facets.context.definitions 72.7% 72.7% 11 0
pint.facets.context.objects 84.5% 79.3% 58 0
pint.facets.context.registry 77.5% 67.5% 40 0
pint.facets.dask 0.0% 0.0% 20 0
pint.facets.group.definitions 100.0% 100.0% 5 0
pint.facets.group.objects 89.3% 89.3% 28 0
pint.facets.group.registry 77.8% 77.8% 18 0
pint.facets.measurement.objects 0.0% 0.0% 18 0
pint.facets.measurement.registry 100.0% 100.0% 1 0
pint.facets.nonmultiplicative.definitions 70.6% 70.6% 17 0
pint.facets.nonmultiplicative.objects 100.0% 100.0% 8 0
pint.facets.nonmultiplicative.registry 92.0% 84.0% 25 0
pint.facets.numpy.numpy_func 0.0% 0.0% 42 0
pint.facets.numpy.quantity 14.5% 12.7% 55 0
pint.facets.numpy.registry 0.0% 0.0% 0 0
pint.facets.numpy.unit 0.0% 0.0% 5 0
pint.facets.plain.definitions 72.0% 68.0% 25 0
pint.facets.plain.qto 100.0% 100.0% 17 0
pint.facets.plain.quantity 40.1% 38.5% 182 1
pint.facets.plain.registry 88.3% 84.2% 196 0
pint.facets.plain.unit 43.3% 38.3% 60 0
pint.facets.system.definitions 80.0% 80.0% 5 0
pint.facets.system.objects 76.7% 70.0% 30 0
pint.facets.system.registry 86.2% 86.2% 29 0
pint.formatting 73.3% 73.3% 15 0
pint.matplotlib 0.0% 0.0% 21 0
pint.pint_convert 0.0% 0.0% 1 0
pint.pint_eval 72.4% 72.4% 29 1
pint.registry 15.4% 15.4% 52 0
pint.registry_helpers 100.0% 100.0% 8 0
pint.testing 60.0% 60.0% 10 0
pint.util 70.3% 61.9% 155 0

Incomplete Annotations

pint (8 missing, 0 any)

Symbol Typable Typed Any
func set_application_registry 2 0 0
attr Quantity 1 0 0
attr Measurement 1 0 0
func get_application_registry 1 0 0
attr version 1 0 0
attr Unit 1 0 0
attr Context 1 0 0

pint.compat (4 missing, 4 any)

Symbol Typable Typed Any
func eq 4 4 2
func isnan 3 3 1
attr HAS_BABEL 1 0 0
attr babel_parse 1 0 0
attr HAS_NUMPY_ARRAY_FUNCTION 1 0 0
attr mip_missing 1 0 0
func zero_or_nan 3 3 1

pint.converters (1 missing, 3 any)

Symbol Typable Typed Any
meth Converter.init_subclass 2 1 1
meth Converter.preprocess_kwargs 2 2 1
meth Converter.from_arguments 2 2 1

pint.delegates.base_defparser (4 missing, 0 any)

Symbol Typable Typed Any
meth ParserConfig.to_scaled_units_container 2 1 0
meth ParserConfig.to_units_container 2 1 0
meth ParserConfig.to_dimension_container 2 1 0
func build_disk_cache_class 2 1 0

pint.delegates.formatter._to_register (1 missing, 0 any)

Symbol Typable Typed Any
func register_unit_format 2 1 0

pint.delegates.formatter.full (2 missing, 0 any)

Symbol Typable Typed Any
meth FullFormatter.init 2 1 0
meth FullFormatter.get_formatter 2 1 0

pint.delegates.formatter.html (1 missing, 0 any)

Symbol Typable Typed Any
meth HTMLFormatter.format_uncertainty 5 4 0

pint.delegates.formatter.latex (2 missing, 0 any)

Symbol Typable Typed Any
meth LatexFormatter.format_uncertainty 5 4 0
meth SIunitxFormatter.format_uncertainty 5 4 0

pint.delegates.formatter.plain (5 missing, 0 any)

Symbol Typable Typed Any
meth PrettyFormatter.format_uncertainty 5 4 0
meth DefaultFormatter.format_uncertainty 5 4 0
meth RawFormatter.format_uncertainty 5 4 0
meth CompactFormatter.format_uncertainty 5 4 0
meth BaseFormatter.init 2 1 0

pint.delegates.txt_defparser.common (2 missing, 0 any)

Symbol Typable Typed Any
meth DefinitionSyntaxError.init 3 2 0
attr DefinitionSyntaxError.location 1 0 0

pint.delegates.txt_defparser.context (1 missing, 0 any)

Symbol Typable Typed Any
attr BeginContext._header_re 1 0 0

pint.delegates.txt_defparser.defparser (1 missing, 0 any)

Symbol Typable Typed Any
meth DefParser.init 3 2 0

pint.delegates.txt_defparser.group (1 missing, 0 any)

Symbol Typable Typed Any
attr BeginGroup._header_re 1 0 0

pint.delegates.txt_defparser.system (1 missing, 0 any)

Symbol Typable Typed Any
attr BeginSystem._header_re 1 0 0

pint.errors (25 missing, 8 any)

Symbol Typable Typed Any
meth OffsetUnitCalculusError.init 3 3 1
meth OffsetUnitCalculusError.yield_units 1 0 0
meth OffsetUnitCalculusError.str 1 0 0
meth OffsetUnitCalculusError.reduce 1 0 0
attr OffsetUnitCalculusError.units1 1 1 1
meth UndefinedUnitError.init 2 1 0
meth UndefinedUnitError.str 1 0 0
meth UndefinedUnitError.reduce 1 0 0
meth UnitStrippedWarning.init 2 1 0
meth UnitStrippedWarning.reduce 1 0 0
meth LogarithmicUnitCalculusError.init 3 3 1
meth LogarithmicUnitCalculusError.yield_units 1 0 0
meth LogarithmicUnitCalculusError.str 1 0 0
meth LogarithmicUnitCalculusError.reduce 1 0 0
attr LogarithmicUnitCalculusError.units1 1 1 1
meth DefinitionSyntaxError.init 2 1 0
meth DefinitionSyntaxError.str 1 0 0
meth DefinitionSyntaxError.reduce 1 0 0
meth RedefinitionError.init 3 2 0
meth RedefinitionError.str 1 0 0
meth RedefinitionError.reduce 1 0 0
meth DimensionalityError.init 6 6 2
meth DimensionalityError.str 1 0 0
meth DimensionalityError.reduce 1 0 0
attr DimensionalityError.units1 1 1 1
attr DimensionalityError.units2 1 1 1
meth UndefinedBehavior.init 2 1 0
meth UndefinedBehavior.reduce 1 0 0
meth DefinitionError.init 4 3 0
meth DefinitionError.str 1 0 0
meth DefinitionError.reduce 1 0 0
meth WithDefErr.def_err 2 1 0

pint.facets (2 missing, 0 any)

Symbol Typable Typed Any
attr FormattingRegistry 1 0 0
attr GenericFormattingRegistry 1 0 0

pint.facets.context.definitions (3 missing, 0 any)

Symbol Typable Typed Any
meth ContextDefinition.from_lines 3 2 0
meth ContextDefinition.post_init 1 0 0
attr Relation._varname_re 1 0 0

pint.facets.context.objects (9 missing, 3 any)

Symbol Typable Typed Any
meth Context.from_context 3 3 1
meth Context.transform 6 5 1
meth Context._redefine 2 1 0
attr Context.checked 1 0 0
meth ContextChain.init 1 0 0
meth ContextChain.insert_contexts 2 1 0
meth ContextChain.remove_contexts 2 1 0
meth ContextChain.transform 6 4 1
prop ContextChain.graph 1 0 0

pint.facets.context.registry (9 missing, 4 any)

Symbol Typable Typed Any
meth GenericContextRegistry.init 2 2 1
meth GenericContextRegistry._build_cache 2 1 0
meth GenericContextRegistry.enable_contexts 3 3 1
meth GenericContextRegistry.context 3 3 1
meth GenericContextRegistry.with_context 3 3 1
meth GenericContextRegistry._convert 6 5 0
meth GenericContextRegistry._get_compatible_units 3 2 0
meth ContextCacheOverlay.init 2 1 0
attr ContextCacheOverlay.dimensional_equivalents 1 0 0
attr ContextCacheOverlay.root_units 1 0 0
attr ContextCacheOverlay.dimensionality 1 0 0
attr ContextCacheOverlay.parse_unit 1 0 0
attr ContextCacheOverlay.conversion_factor 1 0 0

pint.facets.dask (20 missing, 0 any)

Symbol Typable Typed Any
meth DaskQuantity.dask_graph 1 0 0
meth DaskQuantity.dask_keys 1 0 0
meth DaskQuantity.dask_tokenize 1 0 0
meth DaskQuantity.dask_postcompute 1 0 0
meth DaskQuantity.dask_postpersist 1 0 0
meth DaskQuantity._dask_finalize 5 0 0
meth DaskQuantity.compute 2 0 0
meth DaskQuantity.persist 2 0 0
meth DaskQuantity.visualize 2 0 0
prop DaskQuantity.dask_optimize 1 0 0
prop DaskQuantity.dask_scheduler 1 0 0
func check_dask_array 2 0 0

pint.facets.group.objects (3 missing, 0 any)

Symbol Typable Typed Any
meth Group.init 2 1 0
meth Group.getattr 2 1 0
attr Group.name 1 0 0

pint.facets.group.registry (4 missing, 0 any)

Symbol Typable Typed Any
meth GenericGroupRegistry.init 2 0 0
meth GenericGroupRegistry._add_unit 2 1 0
meth GenericGroupRegistry._add_group 2 1 0

pint.facets.measurement.objects (18 missing, 0 any)

Symbol Typable Typed Any
meth Measurement.new 4 0 0
meth Measurement.reduce 1 0 0
meth Measurement.repr 1 0 0
meth Measurement.str 1 0 0
meth Measurement.format 2 0 0
meth Measurement.old_format 2 0 0
prop Measurement.value 1 0 0
prop Measurement.error 1 0 0
prop Measurement.rel 1 0 0
meth MeasurementQuantity.plus_minus 3 0 0
attr MISSING 1 0 0

pint.facets.nonmultiplicative.definitions (5 missing, 0 any)

Symbol Typable Typed Any
prop LogarithmicConverter.is_multiplicative 1 0 0
prop LogarithmicConverter.is_logarithmic 1 0 0
meth OffsetConverter.preprocess_kwargs 2 0 0
prop OffsetConverter.is_multiplicative 1 0 0

pint.facets.nonmultiplicative.registry (2 missing, 2 any)

Symbol Typable Typed Any
meth GenericNonMultiplicativeRegistry.init 4 4 1
meth GenericNonMultiplicativeRegistry._convert 6 6 1
attr GenericNonMultiplicativeRegistry.default_as_delta 1 0 0
attr GenericNonMultiplicativeRegistry.autoconvert_offset_to_baseunit 1 0 0

pint.facets.numpy.numpy_func (42 missing, 0 any)

Symbol Typable Typed Any
func implements 3 0 0
func implement_single_dimensionless_argument_func 2 0 0
func implement_consistent_units_by_argument 4 0 0
func implement_atleast_nd 2 0 0
func numpy_wrap 6 0 0
func convert_to_consistent_units 4 0 0
func get_op_output_unit 5 0 0
func convert_arg 3 0 0
func implement_close 2 0 0
func implement_prod_func 2 0 0
func implement_mul_func 2 0 0
func unwrap_and_wrap_consistent_units 2 0 0
func implement_func 5 0 0

pint.facets.numpy.quantity (47 missing, 1 any)

Symbol Typable Typed Any
func method_wraps 2 0 0
meth NumpyQuantity.array_ufunc 5 0 0
meth NumpyQuantity.array_function 5 0 0
meth NumpyQuantity._numpy_method_wrap 4 0 0
meth NumpyQuantity.array 2 1 0
meth NumpyQuantity.clip 5 0 0
meth NumpyQuantity.fill 2 1 0
meth NumpyQuantity.put 4 1 0
meth NumpyQuantity.searchsorted 4 0 0
meth NumpyQuantity.dot 2 0 0
meth NumpyQuantity.prod 3 0 0
meth NumpyQuantity.ito_if_needed 2 0 0
meth NumpyQuantity.__getattr 2 1 1
meth NumpyQuantity.getitem 2 0 0
meth NumpyQuantity.setitem 3 0 0
prop NumpyQuantity.T 1 0 0
prop NumpyQuantity.flat 1 0 0
prop NumpyQuantity.shape 2 1 0
prop NumpyQuantity.dtype 1 0 0

pint.facets.numpy.unit (5 missing, 0 any)

Symbol Typable Typed Any
meth NumpyUnit.array_ufunc 5 0 0

pint.facets.plain.definitions (7 missing, 1 any)

Symbol Typable Typed Any
meth PrefixDefinition.post_init 1 0 0
meth DefaultsDefinition.items 1 0 0
meth AliasDefinition.post_init 1 0 0
meth UnitDefinition.post_init 1 0 0
meth DerivedDimensionDefinition.post_init 1 0 0
meth NotNumeric.init 2 1 1
attr NotNumeric.value 1 0 0

pint.facets.plain.quantity (109 missing, 3 any)

Symbol Typable Typed Any
meth PlainQuantity.deepcopy 2 1 0
meth PlainQuantity.format_babel 3 3 1
meth PlainQuantity.m_as 2 1 0
meth PlainQuantity.from_list 3 2 0
meth PlainQuantity.from_sequence 3 2 0
meth PlainQuantity.from_tuple 2 0 0
meth PlainQuantity.compatible_units 2 0 0
meth PlainQuantity.is_compatible_with 4 4 2
meth PlainQuantity._convert_magnitude_not_inplace 4 0 0
meth PlainQuantity._convert_magnitude 4 0 0
meth PlainQuantity.ito 4 2 0
meth PlainQuantity.to 4 2 0
meth PlainQuantity._iadd_sub 3 0 0
meth PlainQuantity._add_sub 3 0 0
meth PlainQuantity.iadd 2 1 0
meth PlainQuantity.add 2 0 0
meth PlainQuantity.radd 2 0 0
meth PlainQuantity.isub 2 0 0
meth PlainQuantity.sub 2 0 0
meth PlainQuantity.rsub 2 0 0
meth PlainQuantity._imul_div 4 0 0
meth PlainQuantity._mul_div 4 0 0
meth PlainQuantity.imul 2 0 0
meth PlainQuantity.mul 2 0 0
meth PlainQuantity.rmul 2 0 0
meth PlainQuantity.matmul 2 0 0
meth PlainQuantity.rmatmul 2 0 0
meth PlainQuantity._truedivide_cast_int 3 0 0
meth PlainQuantity.itruediv 2 0 0
meth PlainQuantity.truediv 2 0 0
meth PlainQuantity.rtruediv 2 0 0
meth PlainQuantity.div 2 0 0
meth PlainQuantity.rdiv 2 0 0
meth PlainQuantity.idiv 2 0 0
meth PlainQuantity.ifloordiv 2 0 0
meth PlainQuantity.floordiv 2 0 0
meth PlainQuantity.rfloordiv 2 0 0
meth PlainQuantity.imod 2 0 0
meth PlainQuantity.mod 2 0 0
meth PlainQuantity.rmod 2 0 0
meth PlainQuantity.divmod 2 0 0
meth PlainQuantity.rdivmod 2 0 0
meth PlainQuantity.ipow 2 0 0
meth PlainQuantity.pow 2 1 0
meth PlainQuantity.rpow 2 1 0
meth PlainQuantity.eq 2 0 0
meth PlainQuantity.ne 2 0 0
meth PlainQuantity.compare 3 0 0
meth PlainQuantity.tolist 1 0 0
meth PlainQuantity._ok_for_muldiv 2 1 0
attr PlainQuantity.lt 1 0 0
attr PlainQuantity.le 1 0 0
attr PlainQuantity.ge 1 0 0
attr PlainQuantity.gt 1 0 0
func method_wraps 2 0 0
func ireduce_dimensions 2 0 0
func check_implemented 2 0 0

pint.facets.plain.registry (23 missing, 8 any)

Symbol Typable Typed Any
meth GenericPlainRegistry.init 14 12 0
meth GenericPlainRegistry.deepcopy 2 1 0
meth GenericPlainRegistry._helper_dispatch_adder 2 2 1
meth GenericPlainRegistry.load_definitions 3 2 0
meth GenericPlainRegistry._build_cache 2 1 0
meth GenericPlainRegistry.get_base_units 4 3 0
meth GenericPlainRegistry._get_compatible_units 4 2 0
meth GenericPlainRegistry.is_compatible_with 5 4 2
meth GenericPlainRegistry.convert 6 5 0
meth GenericPlainRegistry._eval_token 4 3 0
meth GenericPlainRegistry.UnitsContainer 3 3 2
prop GenericPlainRegistry.non_int_type 1 0 0
attr GenericPlainRegistry.formatter 1 0 0
attr GenericPlainRegistry.force_ndarray 1 0 0
attr GenericPlainRegistry.force_ndarray_like 1 0 0
attr GenericPlainRegistry.preprocessors 1 0 0
attr GenericPlainRegistry.separate_format_defaults 1 0 0
attr GenericPlainRegistry.auto_reduce_dimensions 1 0 0
attr GenericPlainRegistry.autoconvert_to_preferred 1 0 0
attr GenericPlainRegistry.mpl_formatter 1 0 0
attr GenericPlainRegistry.case_sensitive 1 0 0
meth RegistryMeta.call 3 2 2
meth RegistryCache.eq 2 1 1

pint.facets.plain.unit (34 missing, 3 any)

Symbol Typable Typed Any
meth PlainUnit.reduce 1 0 0
meth PlainUnit.deepcopy 2 1 0
meth PlainUnit.format_babel 3 3 1
meth PlainUnit.compatible_units 2 0 0
meth PlainUnit.is_compatible_with 4 4 2
meth PlainUnit.mul 2 0 0
meth PlainUnit.rmul 2 0 0
meth PlainUnit.truediv 2 0 0
meth PlainUnit.rtruediv 2 0 0
meth PlainUnit.div 2 0 0
meth PlainUnit.rdiv 2 0 0
meth PlainUnit.pow 2 1 0
meth PlainUnit.eq 2 1 0
meth PlainUnit.ne 2 1 0
meth PlainUnit.compare 3 1 0
meth PlainUnit.from_ 4 0 0
meth PlainUnit.m_from 4 0 0
prop PlainUnit.systems 1 0 0
attr PlainUnit.lt 1 0 0
attr PlainUnit.le 1 0 0
attr PlainUnit.ge 1 0 0
attr PlainUnit.gt 1 0 0

pint.facets.system.definitions (1 missing, 0 any)

Symbol Typable Typed Any
meth SystemDefinition.post_init 1 0 0

pint.facets.system.objects (7 missing, 2 any)

Symbol Typable Typed Any
meth System.init 2 1 0
meth System.dir 1 0 0
meth System.getattr 2 2 1
meth System.invalidate_members 1 0 0
prop System.members 1 0 0
attr System.name 1 0 0
meth Lister.init 2 1 0
meth Lister.getattr 2 2 1
attr Lister.d 1 0 0

pint.facets.system.registry (4 missing, 0 any)

Symbol Typable Typed Any
meth GenericSystemRegistry.init 3 1 0
meth GenericSystemRegistry._get_base_units 4 3 0
prop GenericSystemRegistry.sys 1 0 0

pint.formatting (4 missing, 0 any)

Symbol Typable Typed Any
func format_unit 5 1 0

pint.matplotlib (21 missing, 0 any)

Symbol Typable Typed Any
meth PintAxisInfo.init 2 0 0
func setup_matplotlib_handlers 3 0 0
meth PintConverter.init 2 0 0
meth PintConverter.convert 4 0 0
meth PintConverter._convert_value 4 0 0
meth PintConverter.axisinfo 3 0 0
meth PintConverter.default_units 3 0 0

pint.pint_convert (1 missing, 0 any)

Symbol Typable Typed Any
func main 1 0 0

pint.pint_eval (8 missing, 0 any)

Symbol Typable Typed Any
meth IteratorLookAhead.init 2 1 0
meth IteratorLookAhead.iter 1 0 0
attr IteratorLookAhead.iter 1 0 0
meth EvalTreeNode.init 4 3 0
meth EvalTreeNode.evaluate 4 3 0
attr EvalTreeNode.left 1 0 0
attr EvalTreeNode.operator 1 0 0
attr EvalTreeNode.right 1 0 0

pint.registry (44 missing, 0 any)

Symbol Typable Typed Any
meth UnitRegistry.init 15 6 0
meth UnitRegistry.pi_theorem 2 0 0
meth ApplicationRegistry.init 2 0 0
meth ApplicationRegistry.get 1 0 0
meth ApplicationRegistry.set 2 0 0
meth ApplicationRegistry.getattr 2 0 0
meth ApplicationRegistry.setattr 3 0 0
meth ApplicationRegistry.dir 1 0 0
meth ApplicationRegistry.getitem 2 0 0
meth ApplicationRegistry.call 3 0 0
meth ApplicationRegistry.contains 2 0 0
meth ApplicationRegistry.iter 1 0 0
meth LazyRegistry.init 3 0 0
meth LazyRegistry.init 1 0 0
meth LazyRegistry.__getattr 2 0 0
meth LazyRegistry.setattr 3 0 0
meth LazyRegistry.getitem 2 0 0
meth LazyRegistry.call 3 0 0

pint.testing (4 missing, 0 any)

Symbol Typable Typed Any
func assert_allclose 6 4 0
func assert_equal 4 2 0

pint.util (46 missing, 13 any)

Symbol Typable Typed Any
func pi_theorem 3 2 0
meth UnitsContainer.init 4 4 2
meth UnitsContainer.setstate 2 1 0
meth UnitsContainer.eq 2 2 1
meth UnitsContainer.format_babel 4 2 0
meth UnitsContainer.copy 1 0 0
meth UnitsContainer.mul 2 1 1
meth UnitsContainer.rmul 2 1 1
meth UnitsContainer.pow 2 1 1
meth UnitsContainer.truediv 2 1 1
meth UnitsContainer.rtruediv 2 1 1
attr logger 1 0 0
func iterable 2 2 1
func find_shortest_path 4 3 0
meth PrettyIPython.repr_pretty 3 1 0
meth udict.missing 2 1 0
func getattr_maybe_raise 3 2 1
meth SharedRegistryObject.new 3 0 0
meth SharedRegistryObject._check 2 2 1
meth ParserHelper.init 4 1 0
meth ParserHelper.eval_token 3 2 0
meth ParserHelper.copy 1 0 0
meth ParserHelper.copy 1 0 0
meth ParserHelper.hash 1 0 0
meth ParserHelper.getstate 1 0 0
meth ParserHelper.setstate 2 0 0
meth ParserHelper.eq 2 2 1
meth ParserHelper.operate 4 1 0
meth ParserHelper.str 1 0 0
meth ParserHelper.repr 1 0 0
meth ParserHelper.mul 2 0 0
meth ParserHelper.rmul 2 0 0
meth ParserHelper.pow 2 0 0
meth ParserHelper.truediv 2 0 0
meth ParserHelper.floordiv 2 0 0
meth ParserHelper.rtruediv 2 0 0
func sized 2 2 1

Type-Ignore Comments

Flavor Count
type: ignore 2
type: ignore[misc] 1