Skip to content

numba 0.64.0

Version history | Download JSON

  • PyPI https://pypi.org/project/numba/

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 154
        "Any" : 0
        "Untyped" : 22853
    • 0.7% coverage
    • 0.7% coverage (strict)
    • 23007 typable
      • 154 typed
      • 22853 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 10539
        "classes" : 10992
        "other" : 367
    • 2946 functions (+17 overloads)
      • 7593 parameters
    • 1082 classes
      • 3995 methods (+2 overloads)
        • 6594 parameters
      • 388 properties
    • 275 modules
      • 367 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
numba.cext 0.0% 0.0% 2 0
numba.core.analysis 0.0% 0.0% 32 0
numba.core.annotations.pretty_annotate 0.0% 0.0% 17 0
numba.core.annotations.type_annotations 0.0% 0.0% 36 0
numba.core.base 0.0% 0.0% 333 0
numba.core.boxing 0.0% 0.0% 260 0
numba.core.bytecode 0.0% 0.0% 54 0
numba.core.byteflow 0.0% 0.0% 634 0
numba.core.caching 0.0% 0.0% 130 0
numba.core.callconv 0.0% 0.0% 182 0
numba.core.callwrapper 0.0% 0.0% 28 0
numba.core.ccallback 0.0% 0.0% 19 0
numba.core.cgutils 0.3% 0.3% 308 0
numba.core.codegen 1.3% 1.3% 149 0
numba.core.compiler 0.0% 0.0% 125 0
numba.core.compiler_lock 0.0% 0.0% 2 0
numba.core.compiler_machinery 0.0% 0.0% 74 0
numba.core.config 25.0% 25.0% 4 0
numba.core.consts 0.0% 0.0% 17 0
numba.core.controlflow 0.0% 0.0% 162 0
numba.core.cpu 0.0% 0.0% 65 0
numba.core.cpu_options 14.7% 14.7% 34 0
numba.core.datamodel.manager 0.0% 0.0% 12 0
numba.core.datamodel.models 0.0% 0.0% 513 0
numba.core.datamodel.packer 0.0% 0.0% 34 0
numba.core.datamodel.registry 0.0% 0.0% 5 0
numba.core.datamodel.testing 0.0% 0.0% 7 0
numba.core.debuginfo 0.0% 0.0% 110 0
numba.core.decorators 0.0% 0.0% 18 0
numba.core.descriptors 0.0% 0.0% 4 0
numba.core.dispatcher 0.0% 0.0% 102 0
numba.core.entrypoints 0.0% 0.0% 2 0
numba.core.environment 0.0% 0.0% 9 0
numba.core.event 0.0% 0.0% 58 0
numba.core.extending 2.0% 2.0% 49 0
numba.core.externals 0.0% 0.0% 3 0
numba.core.fastmathpass 0.0% 0.0% 14 0
numba.core.funcdesc 0.0% 0.0% 79 0
numba.core.generators 0.0% 0.0% 75 0
numba.core.imputils 0.0% 0.0% 92 0
numba.core.inline_closurecall 0.0% 0.0% 99 0
numba.core.interpreter 0.0% 0.0% 822 0
numba.core.intrinsics 0.0% 0.0% 4 0
numba.core.ir 0.0% 0.0% 520 0
numba.core.ir_utils 0.3% 0.3% 317 0
numba.core.itanium_mangler 9.1% 9.1% 22 0
numba.core.llvm_bindings 0.0% 0.0% 5 0
numba.core.lowering 1.1% 1.1% 182 0
numba.core.object_mode_passes 0.0% 0.0% 13 0
numba.core.optional 0.0% 0.0% 45 0
numba.core.options 0.0% 0.0% 34 0
numba.core.postproc 6.2% 6.2% 32 0
numba.core.pylowering 0.0% 0.0% 64 0
numba.core.pythonapi 0.0% 0.0% 514 0
numba.core.registry 0.0% 0.0% 16 0
numba.core.removerefctpass 0.0% 0.0% 4 0
numba.core.rewrites.ir_print 0.0% 0.0% 12 0
numba.core.rewrites.registry 0.0% 0.0% 17 0
numba.core.rewrites.static_binop 0.0% 0.0% 6 0
numba.core.rewrites.static_getitem 0.0% 0.0% 24 0
numba.core.rewrites.static_raise 0.0% 0.0% 14 0
numba.core.runtime.context 0.0% 0.0% 103 0
numba.core.runtime.nrt 0.0% 0.0% 4 0
numba.core.runtime.nrtdynmod 0.0% 0.0% 6 0
numba.core.runtime.nrtopt 0.0% 0.0% 2 0
numba.core.serialize 0.0% 0.0% 31 0
numba.core.sigutils 0.0% 0.0% 4 0
numba.core.ssa 0.0% 0.0% 3 0
numba.core.target_extension 4.5% 4.5% 22 0
numba.core.targetconfig 13.9% 13.9% 36 0
numba.core.tracing 0.0% 0.0% 26 0
numba.core.transforms 3.6% 3.6% 28 0
numba.core.typeconv.castgraph 0.0% 0.0% 35 0
numba.core.typeconv.rules 0.0% 0.0% 3 0
numba.core.typeconv.typeconv 0.0% 0.0% 49 0
numba.core.typed_passes 0.0% 0.0% 94 0
numba.core.typeinfer 0.0% 0.0% 404 0
numba.core.types 100.0% 100.0% 36 0
numba.core.types.abstract 1.3% 1.3% 79 0
numba.core.types.common 0.0% 0.0% 29 0
numba.core.types.containers 0.0% 0.0% 231 0
numba.core.types.function_type 0.0% 0.0% 44 0
numba.core.types.functions 0.0% 0.0% 111 0
numba.core.types.iterators 0.0% 0.0% 33 0
numba.core.types.misc 0.0% 0.0% 151 0
numba.core.types.npytypes 0.0% 0.0% 143 0
numba.core.types.scalars 0.0% 0.0% 67 0
numba.core.typing.arraydecl 0.0% 0.0% 157 0
numba.core.typing.asnumbatype 0.0% 0.0% 17 0
numba.core.typing.bufproto 0.0% 0.0% 7 0
numba.core.typing.builtins 0.0% 0.0% 203 0
numba.core.typing.cffi_utils 0.0% 0.0% 26 0
numba.core.typing.cmathdecl 0.0% 0.0% 4 0
numba.core.typing.collections 0.0% 0.0% 25 0
numba.core.typing.context 0.7% 0.7% 140 0
numba.core.typing.ctypes_utils 0.0% 0.0% 10 0
numba.core.typing.dictdecl 0.0% 0.0% 4 0
numba.core.typing.enumdecl 0.0% 0.0% 12 0
numba.core.typing.listdecl 0.0% 0.0% 36 0
numba.core.typing.mathdecl 0.0% 0.0% 12 0
numba.core.typing.npdatetime 0.0% 0.0% 33 0
numba.core.typing.npydecl 0.0% 0.0% 51 0
numba.core.typing.setdecl 0.0% 0.0% 26 0
numba.core.typing.templates 0.0% 0.0% 130 0
numba.core.typing.typeof 0.0% 0.0% 15 0
numba.core.unsafe.bytes 0.0% 0.0% 16 0
numba.core.unsafe.eh 0.0% 0.0% 10 0
numba.core.unsafe.nrt 0.0% 0.0% 2 0
numba.core.unsafe.refcount 0.0% 0.0% 6 0
numba.core.untyped_passes 0.0% 0.0% 130 0
numba.core.utils 11.0% 11.0% 127 0
numba.core.withcontexts 0.0% 0.0% 20 0
numba.cpython.builtins 0.0% 0.0% 264 0
numba.cpython.charseq 0.0% 0.0% 163 0
numba.cpython.cmathimpl 0.0% 0.0% 106 0
numba.cpython.enumimpl 0.0% 0.0% 44 0
numba.cpython.hashing 0.0% 0.0% 17 0
numba.cpython.heapq 0.0% 0.0% 29 0
numba.cpython.iterators 0.0% 0.0% 27 0
numba.cpython.listobj 0.0% 0.0% 297 0
numba.cpython.mathimpl 0.0% 0.0% 167 0
numba.cpython.numbers 0.0% 0.0% 469 0
numba.cpython.printimpl 0.0% 0.0% 11 0
numba.cpython.randomimpl 0.0% 0.0% 317 0
numba.cpython.rangeobj 0.0% 0.0% 21 0
numba.cpython.setobj 0.0% 0.0% 283 0
numba.cpython.slicing 0.0% 0.0% 66 0
numba.cpython.tupleobj 0.0% 0.0% 98 0
numba.cpython.unicode 0.0% 0.0% 263 0
numba.cpython.unicode_support 0.0% 0.0% 2 0
numba.cpython.unsafe.numbers 0.0% 0.0% 10 0
numba.cpython.unsafe.tuple 0.0% 0.0% 11 0
numba.cuda 0.0% 0.0% 3 0
numba.cuda.api 0.0% 0.0% 81 0
numba.cuda.api_util 0.0% 0.0% 5 0
numba.cuda.args 0.0% 0.0% 19 0
numba.cuda.cg 100.0% 100.0% 2 0
numba.cuda.codegen 0.0% 0.0% 61 0
numba.cuda.compiler 0.0% 0.0% 87 0
numba.cuda.cuda_paths 0.0% 0.0% 11 0
numba.cuda.cudadecl 0.0% 0.0% 246 0
numba.cuda.cudadrv.devicearray 0.0% 0.0% 142 0
numba.cuda.cudadrv.devices 0.0% 0.0% 5 0
numba.cuda.cudadrv.driver 0.2% 0.2% 552 0
numba.cuda.cudadrv.drvapi 0.0% 0.0% 3 0
numba.cuda.cudadrv.dummyarray 0.0% 0.0% 74 0
numba.cuda.cudadrv.enums 0.0% 0.0% 0 0
numba.cuda.cudadrv.error 0.0% 0.0% 2 0
numba.cuda.cudadrv.libs 0.0% 0.0% 10 0
numba.cuda.cudadrv.ndarray 0.0% 0.0% 2 0
numba.cuda.cudadrv.nvrtc 0.0% 0.0% 24 0
numba.cuda.cudadrv.nvvm 0.0% 0.0% 70 0
numba.cuda.cudadrv.rtapi 0.0% 0.0% 1 0
numba.cuda.cudadrv.runtime 0.0% 0.0% 24 0
numba.cuda.cudaimpl 0.0% 0.0% 343 0
numba.cuda.cudamath 0.0% 0.0% 12 0
numba.cuda.decorators 0.0% 0.0% 13 0
numba.cuda.descriptor 0.0% 0.0% 6 0
numba.cuda.device_init 0.0% 0.0% 3 0
numba.cuda.deviceufunc 0.0% 0.0% 176 0
numba.cuda.dispatcher 0.0% 0.0% 97 0
numba.cuda.errors 0.0% 0.0% 11 0
numba.cuda.extending 0.0% 0.0% 1 0
numba.cuda.initialize 0.0% 0.0% 1 0
numba.cuda.intrinsic_wrapper 0.0% 0.0% 28 0
numba.cuda.intrinsics 0.0% 0.0% 19 0
numba.cuda.kernels.reduction 0.0% 0.0% 10 0
numba.cuda.kernels.transpose 0.0% 0.0% 3 0
numba.cuda.libdevice 0.0% 0.0% 741 0
numba.cuda.libdevicedecl 0.0% 0.0% 5 0
numba.cuda.libdevicefuncs 0.0% 0.0% 5 0
numba.cuda.libdeviceimpl 0.0% 0.0% 9 0
numba.cuda.mathimpl 0.0% 0.0% 125 0
numba.cuda.models 0.0% 0.0% 11 0
numba.cuda.nvvmutils 0.0% 0.0% 70 0
numba.cuda.printimpl 0.0% 0.0% 27 0
numba.cuda.random 0.0% 0.0% 47 0
numba.cuda.simulator.api 0.0% 0.0% 32 0
numba.cuda.simulator.compiler 0.0% 0.0% 0 0
numba.cuda.simulator.cudadrv.devicearray 0.0% 0.0% 137 0
numba.cuda.simulator.cudadrv.devices 0.0% 0.0% 38 0
numba.cuda.simulator.cudadrv.driver 0.0% 0.0% 32 0
numba.cuda.simulator.cudadrv.dummyarray 0.0% 0.0% 0 0
numba.cuda.simulator.cudadrv.error 0.0% 0.0% 0 0
numba.cuda.simulator.cudadrv.libs 0.0% 0.0% 2 0
numba.cuda.simulator.cudadrv.nvvm 0.0% 0.0% 3 0
numba.cuda.simulator.cudadrv.runtime 0.0% 0.0% 4 0
numba.cuda.simulator.kernel 0.0% 0.0% 63 0
numba.cuda.simulator.kernelapi 0.0% 0.0% 216 0
numba.cuda.simulator.reduction 0.0% 0.0% 2 0
numba.cuda.simulator.vector_types 0.0% 0.0% 9 0
numba.cuda.simulator_init 0.0% 0.0% 2 0
numba.cuda.stubs 0.0% 0.0% 15 0
numba.cuda.target 0.0% 0.0% 86 0
numba.cuda.testing 0.0% 0.0% 48 0
numba.cuda.types 0.0% 0.0% 4 0
numba.cuda.ufuncs 0.0% 0.0% 3 0
numba.cuda.vector_types 26.9% 26.9% 26 0
numba.cuda.vectorizers 0.0% 0.0% 63 0
numba.experimental.function_type 0.0% 0.0% 41 0
numba.experimental.jitclass.base 0.0% 0.0% 64 0
numba.experimental.jitclass.decorators 0.0% 0.0% 3 0
numba.experimental.jitclass.overloads 0.0% 0.0% 39 0
numba.experimental.structref 0.0% 0.0% 29 0
numba.misc.POST 0.0% 0.0% 1 0
numba.misc.appdirs 0.0% 0.0% 50 0
numba.misc.cffiimpl 0.0% 0.0% 6 0
numba.misc.coverage_support 70.6% 70.6% 17 0
numba.misc.dump_style 0.0% 0.0% 2 0
numba.misc.findlib 0.0% 0.0% 9 0
numba.misc.firstlinefinder 10.0% 10.0% 10 0
numba.misc.gdb_hook 0.0% 0.0% 16 0
numba.misc.gdb_print_extension 0.0% 0.0% 20 0
numba.misc.help.inspector 0.0% 0.0% 64 0
numba.misc.init_utils 0.0% 0.0% 2 0
numba.misc.inspection 0.0% 0.0% 3 0
numba.misc.literal 0.0% 0.0% 2 0
numba.misc.llvm_pass_timings 0.0% 0.0% 46 0
numba.misc.memoryutils 85.7% 85.7% 14 0
numba.misc.mergesort 0.0% 0.0% 7 0
numba.misc.numba_entry 0.0% 0.0% 2 0
numba.misc.numba_gdbinfo 0.0% 0.0% 3 0
numba.misc.numba_sysinfo 0.0% 0.0% 4 0
numba.misc.quicksort 0.0% 0.0% 12 0
numba.misc.special 0.0% 0.0% 13 0
numba.misc.timsort 0.0% 0.0% 7 0
numba.np.arraymath 0.0% 0.0% 453 0
numba.np.arrayobj 0.0% 0.0% 1011 0
numba.np.linalg 0.0% 0.0% 182 0
numba.np.math.cmathimpl 0.0% 0.0% 105 0
numba.np.math.mathimpl 0.0% 0.0% 161 0
numba.np.math.numbers 0.0% 0.0% 474 0
numba.np.npdatetime 0.0% 0.0% 167 0
numba.np.npdatetime_helpers 0.0% 0.0% 25 0
numba.np.npyfuncs 0.0% 0.0% 569 0
numba.np.npyimpl 0.0% 0.0% 41 0
numba.np.numpy_support 0.0% 0.0% 66 0
numba.np.polynomial.polynomial_core 0.0% 0.0% 23 0
numba.np.polynomial.polynomial_functions 0.0% 0.0% 26 0
numba.np.random.distributions 0.0% 0.0% 147 0
numba.np.random.generator_core 0.0% 0.0% 14 0
numba.np.random.generator_methods 0.0% 0.0% 158 0
numba.np.random.random_methods 0.0% 0.0% 65 0
numba.np.ufunc.array_exprs 0.0% 0.0% 27 0
numba.np.ufunc.decorators 0.0% 0.0% 15 0
numba.np.ufunc.dufunc 4.5% 4.5% 112 0
numba.np.ufunc.gufunc 0.0% 0.0% 53 0
numba.np.ufunc.parallel 0.0% 0.0% 52 0
numba.np.ufunc.sigparse 0.0% 0.0% 2 0
numba.np.ufunc.ufunc_base 0.0% 0.0% 30 0
numba.np.ufunc.ufuncbuilder 0.0% 0.0% 69 0
numba.np.ufunc.wrappers 0.0% 0.0% 89 0
numba.np.ufunc_db 0.0% 0.0% 5 0
numba.np.unsafe.ndarray 0.0% 0.0% 7 0
numba.parfors.array_analysis 0.0% 0.0% 663 0
numba.parfors.parfor 0.0% 0.0% 528 0
numba.parfors.parfor_lowering 0.0% 0.0% 99 0
numba.parfors.parfor_lowering_utils 17.5% 17.5% 40 0
numba.pycc 0.0% 0.0% 0 0
numba.pycc.cc 0.0% 0.0% 30 0
numba.pycc.compiler 0.0% 0.0% 12 0
numba.pycc.decorators 0.0% 0.0% 10 0
numba.pycc.platform 0.0% 0.0% 28 0
numba.scripts.generate_lower_listing 0.0% 0.0% 13 0
numba.stencils.stencil 0.0% 0.0% 69 0
numba.stencils.stencilparfor 0.0% 0.0% 75 0
numba.testing 0.0% 0.0% 10 0
numba.testing.loader 0.0% 0.0% 6 0
numba.testing.main 0.0% 0.0% 65 0
numba.testing.notebook 0.0% 0.0% 23 0
numba.typed.dictimpl 0.0% 0.0% 10 0
numba.typed.dictobject 0.0% 0.0% 131 0
numba.typed.listobject 0.0% 0.0% 160 0
numba.typed.typeddict 0.0% 0.0% 59 0
numba.typed.typedlist 33.3% 33.3% 93 3

Incomplete Annotations

numba.cext (2 missing, 0 any)

Symbol Typable Typed Any
func get_path 1 0 0
func get_extension_libs 1 0 0

numba.core.analysis (32 missing, 0 any)

Symbol Typable Typed Any
func compute_live_map 5 0 0
func find_literally_calls 3 0 0
func find_top_level_loops 2 0 0
func compute_cfg_from_blocks 2 0 0
func must_use_alloca 2 0 0
func compute_use_defs 2 0 0
func compute_dead_maps 5 0 0
func dead_branch_prune 3 0 0
func rewrite_semantic_constants 3 0 0
func compute_live_variables 5 0 0

numba.core.annotations.pretty_annotate (17 missing, 0 any)

Symbol Typable Typed Any
func get_html_template 1 0 0
func hllines 3 0 0
func reform_code 2 0 0
meth Annotate.init 4 0 0
meth Annotate.repr_html 1 0 0
meth Annotate.repr 1 0 0
attr Annotate.ann 1 0 0
func htlines 3 0 0
func get_ansi_template 1 0 0

numba.core.annotations.type_annotations (36 missing, 0 any)

Symbol Typable Typed Any
meth SourceLines.init 2 0 0
meth SourceLines.getitem 2 0 0
meth SourceLines.iter 1 0 0
meth SourceLines.len 1 0 0
prop SourceLines.avail 1 0 0
attr SourceLines.lines 1 0 0
attr SourceLines.startno 1 0 0
meth TypeAnnotation.init 9 0 0
meth TypeAnnotation.prepare_annotations 1 0 0
meth TypeAnnotation.annotate 1 0 0
meth TypeAnnotation.html_annotate 2 0 0
meth TypeAnnotation.annotate_raw 1 0 0
meth TypeAnnotation.str 1 0 0
attr TypeAnnotation.func_data 1 0 0
attr TypeAnnotation.func_id 1 0 0
attr TypeAnnotation.blocks 1 0 0
attr TypeAnnotation.typemap 1 0 0
attr TypeAnnotation.calltypes 1 0 0
attr TypeAnnotation.filename 1 0 0
attr TypeAnnotation.linenum 1 0 0
attr TypeAnnotation.signature 1 0 0
attr TypeAnnotation.lifted 1 0 0
attr TypeAnnotation.num_lifted_loops 1 0 0
attr TypeAnnotation.lifted_from 1 0 0
attr re_longest_white_prefix 1 0 0

numba.core.base (333 missing, 0 any)

Symbol Typable Typed Any
meth BaseContext.init 3 0 0
meth BaseContext.init 1 0 0
meth BaseContext.refresh 1 0 0
meth BaseContext.load_additional_registries 1 0 0
meth BaseContext.mangler 5 0 0
meth BaseContext.get_env_name 2 0 0
meth BaseContext.declare_env_global 3 0 0
meth BaseContext.get_arg_packer 2 0 0
meth BaseContext.get_data_packer 2 0 0
meth BaseContext.subtarget 2 0 0
meth BaseContext.install_registry 2 0 0
meth BaseContext.insert_func_defn 2 0 0
meth BaseContext._insert_getattr_defn 2 0 0
meth BaseContext._insert_setattr_defn 2 0 0
meth BaseContext._insert_cast_defn 2 0 0
meth BaseContext._insert_get_constant_defn 2 0 0
meth BaseContext.insert_user_function 4 0 0
meth BaseContext.insert_generator 4 0 0
meth BaseContext.remove_user_function 2 0 0
meth BaseContext.get_external_function_type 2 0 0
meth BaseContext.declare_function 3 0 0
meth BaseContext.apply_target_attributes 4 0 0
meth BaseContext.declare_external_function 3 0 0
meth BaseContext.insert_const_string 3 0 0
meth BaseContext.insert_const_bytes 4 0 0
meth BaseContext.insert_unique_const 4 0 0
meth BaseContext.get_argument_type 2 0 0
meth BaseContext.get_return_type 2 0 0
meth BaseContext.get_data_type 2 0 0
meth BaseContext.get_value_type 2 0 0
meth BaseContext.pack_value 6 0 0
meth BaseContext.unpack_value 5 0 0
meth BaseContext.get_constant_generic 4 0 0
meth BaseContext.get_constant 3 0 0
meth BaseContext.get_constant_undef 2 0 0
meth BaseContext.get_constant_null 2 0 0
meth BaseContext.get_function 4 0 0
meth BaseContext.get_generator_desc 2 0 0
meth BaseContext.get_generator_impl 2 0 0
meth BaseContext.get_bound_function 4 0 0
meth BaseContext.get_getattr 3 0 0
meth BaseContext.get_setattr 3 0 0
meth BaseContext.get_argument_value 4 0 0
meth BaseContext.get_returned_value 4 0 0
meth BaseContext.get_return_value 4 0 0
meth BaseContext.get_value_as_argument 4 0 0
meth BaseContext.get_value_as_data 4 0 0
meth BaseContext.get_data_as_value 4 0 0
meth BaseContext.pair_first 4 0 0
meth BaseContext.pair_second 4 0 0
meth BaseContext.cast 5 0 0
meth BaseContext.generic_compare 5 0 0
meth BaseContext.make_optional_none 3 0 0
meth BaseContext.make_optional_value 4 0 0
meth BaseContext.is_true 4 0 0
meth BaseContext.get_c_value 5 0 0
meth BaseContext.call_external_function 5 0 0
meth BaseContext.get_function_pointer_type 2 0 0
meth BaseContext.call_function_pointer 5 0 0
meth BaseContext.print_string 3 0 0
meth BaseContext.debug_print 3 0 0
meth BaseContext.printf 4 0 0
meth BaseContext.get_struct_type 2 0 0
meth BaseContext.get_dummy_value 1 0 0
meth BaseContext.get_dummy_type 1 0 0
meth BaseContext._compile_subroutine_no_cache 6 0 0
meth BaseContext.compile_subroutine 7 0 0
meth BaseContext.compile_internal 6 0 0
meth BaseContext.call_internal 5 0 0
meth BaseContext.call_internal_no_propagate 5 0 0
meth BaseContext.call_unresolved 5 0 0
meth BaseContext.get_executable 4 0 0
meth BaseContext.get_python_api 2 0 0
meth BaseContext.sentry_record_alignment 3 0 0
meth BaseContext.get_helper_class 3 0 0
meth BaseContext._make_helper 6 0 0
meth BaseContext.make_helper 5 0 0
meth BaseContext.make_data_helper 4 0 0
meth BaseContext.make_array 2 0 0
meth BaseContext.populate_array 3 0 0
meth BaseContext.make_complex 4 0 0
meth BaseContext.make_tuple 4 0 0
meth BaseContext.make_constant_array 4 0 0
meth BaseContext.add_dynamic_addr 4 0 0
meth BaseContext.get_abi_sizeof 2 0 0
meth BaseContext.get_abi_alignment 2 0 0
meth BaseContext.get_preferred_array_alignment 2 0 0
meth BaseContext.post_lowering 3 0 0
meth BaseContext.create_module 2 0 0
meth BaseContext.push_code_library 2 0 0
meth BaseContext.add_linking_libs 2 0 0
meth BaseContext.get_ufunc_info 2 0 0
prop BaseContext.enable_boundscheck 2 0 0
prop BaseContext.target_data 1 0 0
prop BaseContext.nonconst_module_attrs 1 0 0
prop BaseContext.nrt 1 0 0
prop BaseContext.active_code_library 1 0 0
attr BaseContext.address_size 1 0 0
attr BaseContext.typing_context 1 0 0
attr BaseContext.target_name 1 0 0
attr BaseContext.target 1 0 0
attr BaseContext.special_ops 1 0 0
attr BaseContext.cached_internal_func 1 0 0
attr BaseContext.data_model_manager 1 0 0
meth OverloadSelector.init 1 0 0
meth OverloadSelector.find 2 0 0
meth OverloadSelector._find 2 0 0
meth OverloadSelector._select_compatible 2 0 0
meth OverloadSelector._best_signature 2 0 0
meth OverloadSelector._sort_signatures 2 0 0
meth OverloadSelector._match_arglist 3 0 0
meth OverloadSelector._match 3 0 0
meth OverloadSelector.append 3 0 0
attr OverloadSelector.versions 1 0 0
attr GENERIC_POINTER 1 0 0

numba.core.boxing (260 missing, 0 any)

Symbol Typable Typed Any
func box_undefvar 4 0 0
func unbox_enum 4 0 0
func box_nptimedelta 4 0 0
func box_list 4 0 0
func unbox_pyobject 4 0 0
func unbox_deferred 4 0 0
func box_literal_integer 4 0 0
func unbox_dispatcher 4 0 0
func box_record 4 0 0
func unbox_record 4 0 0
func box_dtype 4 0 0
func unbox_boolean 4 0 0
func unbox_array 4 0 0
func box_array 4 0 0
func box_generator 4 0 0
func unbox_npdatetime 4 0 0
func box_integer 4 0 0
func box_number_class 4 0 0
func reflect_set 4 0 0
func unbox_string_literal 4 0 0
func box_LiteralStrKeyDict 4 0 0
func unbox_float 4 0 0
func unbox_unsupported 4 0 0
func unbox_meminfo_pointer 4 0 0
func unbox_buffer 4 0 0
func box_raw_pointer 4 0 0
func box_float 4 0 0
func box_optional 4 0 0
func box_set 4 0 0
func box_npdatetime 4 0 0
func box_enum 4 0 0
func unbox_tuple 4 0 0
func unbox_complex 4 0 0
func unbox_typeref 4 0 0
func box_tuple 4 0 0
func box_unicodecharseq 4 0 0
func unbox_list 4 0 0
func box_bytes 4 0 0
func unbox_slice 4 0 0
func unbox_generator 4 0 0
func unbox_numpy_random_generator 4 0 0
func unbox_set 4 0 0
func box_none 4 0 0
func unbox_optional 4 0 0
func box_bool 4 0 0
func box_numpy_random_generator 4 0 0
func box_pyobject 4 0 0
func box_literal 4 0 0
func unbox_integer 4 0 0
func unbox_unicodecharseq 4 0 0
func box_complex 4 0 0
func reflect_list 4 0 0
func box_charseq 4 0 0
func unbox_numpy_random_bitgenerator 4 0 0
func box_namedtuple 4 0 0
func unbox_dtype 4 0 0
func unbox_number_class 4 0 0
func unbox_none 4 0 0
func box_deferred 4 0 0
func box_unsupported 4 0 0
func box_slice_literal 4 0 0
func unbox_funcptr 4 0 0
func unbox_charseq 4 0 0
func unbox_nptimedelta 4 0 0
func box_meminfo_pointer 4 0 0

numba.core.bytecode (54 missing, 0 any)

Symbol Typable Typed Any
meth ByteCodeInst.init 5 0 0
meth ByteCodeInst.get_jump_target 1 0 0
meth ByteCodeInst.repr 1 0 0
prop ByteCodeInst.is_jump 1 0 0
prop ByteCodeInst.is_terminator 1 0 0
prop ByteCodeInst.block_effect 1 0 0
attr ByteCodeInst.offset 1 0 0
attr ByteCodeInst.next 1 0 0
attr ByteCodeInst.opcode 1 0 0
attr ByteCodeInst.opname 1 0 0
attr ByteCodeInst.arg 1 0 0
attr ByteCodeInst.lineno 1 0 0
attr JREL_OPS 1 0 0
meth ByteCodePy312.init 2 0 0
meth ByteCodePy312.remove_build_list_swap_pattern 2 0 0
prop ByteCodePy312.ordered_offsets 1 0 0
attr ByteCodePy312.exception_entries 1 0 0
func get_function_object 2 0 0
meth ByteCodeIter.init 2 0 0
meth ByteCodeIter.iter 1 0 0
meth ByteCodeIter._fetch_opcode 1 0 0
meth ByteCodeIter.next 1 0 0
meth ByteCodeIter.next 1 0 0
meth ByteCodeIter.read_arg 2 0 0
attr ByteCodeIter.code 1 0 0
attr ByteCodeIter.iter 1 0 0
meth ByteCodePy311.init 2 0 0
meth ByteCodePy311.fixup_eh 2 0 0
meth ByteCodePy311.find_exception_entry 2 0 0
attr ByteCodePy311.exception_entries 1 0 0
attr OPCODE_NOP 1 0 0
attr TERM_OPS 1 0 0
attr JABS_OPS 1 0 0
meth FunctionIdentity.from_function 2 0 0
meth FunctionIdentity.derive 1 0 0
meth FunctionIdentity._reduce_states 1 0 0
meth FunctionIdentity._rebuild 2 0 0
attr FunctionIdentity._unique_ids 1 0 0
func get_code_object 2 0 0

numba.core.byteflow (634 missing, 0 any)

Symbol Typable Typed Any
meth AdaptDFA.init 2 0 0
prop AdaptDFA.infos 1 0 0
meth Flow.init 2 0 0
meth Flow.run 1 0 0
meth Flow._run_handle_exception 3 0 0
meth Flow._run_handle_exception 3 0 0
meth Flow._build_cfg 2 0 0
meth Flow._prune_phis 2 0 0
meth Flow._is_implicit_new_block 2 0 0
meth Flow._guard_with_as 2 0 0
meth Flow._guard_with_as 2 0 0
attr Flow.block_infos 1 0 0
meth AdaptCFA.init 2 0 0
meth AdaptCFA.iterliveblocks 1 0 0
meth AdaptCFA.dump 1 0 0
prop AdaptCFA.graph 1 0 0
prop AdaptCFA.backbone 1 0 0
prop AdaptCFA.blocks 1 0 0
meth TraceRunner.init 2 0 0
meth TraceRunner.get_debug_loc 2 0 0
meth TraceRunner.dispatch 2 0 0
meth TraceRunner._adjust_except_stack 2 0 0
meth TraceRunner.op_NOP 3 0 0
meth TraceRunner.op_NOT_TAKEN 3 0 0
meth TraceRunner.op_RESUME 3 0 0
meth TraceRunner.op_CACHE 3 0 0
meth TraceRunner.op_PRECALL 3 0 0
meth TraceRunner.op_PUSH_NULL 3 0 0
meth TraceRunner.op_RETURN_GENERATOR 3 0 0
meth TraceRunner.op_FORMAT_SIMPLE 3 0 0
meth TraceRunner.op_FORMAT_VALUE 3 0 0
meth TraceRunner.op_BUILD_STRING 3 0 0
meth TraceRunner.op_POP_TOP 3 0 0
meth TraceRunner.op_POP_ITER 3 0 0
meth TraceRunner.op_TO_BOOL 3 0 0
meth TraceRunner.op_LOAD_GLOBAL 3 0 0
meth TraceRunner.op_LOAD_GLOBAL 3 0 0
meth TraceRunner.op_LOAD_GLOBAL 3 0 0
meth TraceRunner.op_COPY_FREE_VARS 3 0 0
meth TraceRunner.op_MAKE_CELL 3 0 0
meth TraceRunner.op_LOAD_DEREF 3 0 0
meth TraceRunner.op_LOAD_CONST 3 0 0
meth TraceRunner.op_LOAD_SMALL_INT 3 0 0
meth TraceRunner.op_LOAD_ATTR 3 0 0
meth TraceRunner.op_LOAD_FAST 3 0 0
meth TraceRunner.op_LOAD_FAST_LOAD_FAST 3 0 0
meth TraceRunner.op_STORE_FAST_LOAD_FAST 3 0 0
meth TraceRunner.op_STORE_FAST_STORE_FAST 3 0 0
meth TraceRunner.op_LOAD_FAST_CHECK 3 0 0
meth TraceRunner.op_LOAD_FAST_AND_CLEAR 3 0 0
meth TraceRunner.op_LOAD_FAST_BORROW 3 0 0
meth TraceRunner.op_LOAD_FAST_BORROW_LOAD_FAST_BORROW 3 0 0
meth TraceRunner.op_DELETE_FAST 3 0 0
meth TraceRunner.op_DELETE_ATTR 3 0 0
meth TraceRunner.op_STORE_ATTR 3 0 0
meth TraceRunner.op_STORE_DEREF 3 0 0
meth TraceRunner.op_STORE_FAST 3 0 0
meth TraceRunner.op_SLICE_1 3 0 0
meth TraceRunner.op_SLICE_2 3 0 0
meth TraceRunner.op_SLICE_3 3 0 0
meth TraceRunner.op_STORE_SLICE_0 3 0 0
meth TraceRunner.op_STORE_SLICE_1 3 0 0
meth TraceRunner.op_STORE_SLICE_2 3 0 0
meth TraceRunner.op_STORE_SLICE_3 3 0 0
meth TraceRunner.op_DELETE_SLICE_0 3 0 0
meth TraceRunner.op_DELETE_SLICE_1 3 0 0
meth TraceRunner.op_DELETE_SLICE_2 3 0 0
meth TraceRunner.op_DELETE_SLICE_3 3 0 0
meth TraceRunner.op_BUILD_SLICE 3 0 0
meth TraceRunner.op_BINARY_SLICE 3 0 0
meth TraceRunner.op_STORE_SLICE 3 0 0
meth TraceRunner._op_POP_JUMP_IF 3 0 0
meth TraceRunner.op_POP_JUMP_IF_TRUE 3 0 0
meth TraceRunner.op_POP_JUMP_IF_FALSE 3 0 0
meth TraceRunner.op_POP_JUMP_IF_NONE 3 0 0
meth TraceRunner.op_POP_JUMP_IF_NOT_NONE 3 0 0
meth TraceRunner._op_JUMP_IF_OR_POP 3 0 0
meth TraceRunner.op_JUMP_IF_FALSE_OR_POP 3 0 0
meth TraceRunner.op_JUMP_IF_TRUE_OR_POP 3 0 0
meth TraceRunner.op_POP_JUMP_FORWARD_IF_NONE 3 0 0
meth TraceRunner.op_POP_JUMP_FORWARD_IF_NOT_NONE 3 0 0
meth TraceRunner.op_POP_JUMP_BACKWARD_IF_NONE 3 0 0
meth TraceRunner.op_POP_JUMP_BACKWARD_IF_NOT_NONE 3 0 0
meth TraceRunner.op_POP_JUMP_FORWARD_IF_FALSE 3 0 0
meth TraceRunner.op_POP_JUMP_FORWARD_IF_TRUE 3 0 0
meth TraceRunner.op_POP_JUMP_BACKWARD_IF_FALSE 3 0 0
meth TraceRunner.op_POP_JUMP_BACKWARD_IF_TRUE 3 0 0
meth TraceRunner.op_JUMP_FORWARD 3 0 0
meth TraceRunner.op_JUMP_BACKWARD 3 0 0
meth TraceRunner.op_JUMP_BACKWARD_NO_INTERRUPT 3 0 0
meth TraceRunner.op_JUMP_ABSOLUTE 3 0 0
meth TraceRunner.op_BREAK_LOOP 3 0 0
meth TraceRunner.op_RETURN_VALUE 3 0 0
meth TraceRunner.op_RETURN_CONST 3 0 0
meth TraceRunner.op_YIELD_VALUE 3 0 0
meth TraceRunner.op_RAISE_VARARGS 3 0 0
meth TraceRunner.op_RAISE_VARARGS 3 0 0
meth TraceRunner.op_BEGIN_FINALLY 3 0 0
meth TraceRunner.op_END_FINALLY 3 0 0
meth TraceRunner.op_END_FOR 3 0 0
meth TraceRunner.op_END_FOR 3 0 0
meth TraceRunner.op_POP_FINALLY 3 0 0
meth TraceRunner.op_CALL_FINALLY 3 0 0
meth TraceRunner.op_WITH_EXCEPT_START 3 0 0
meth TraceRunner.op_WITH_CLEANUP_START 3 0 0
meth TraceRunner.op_WITH_CLEANUP_FINISH 3 0 0
meth TraceRunner.op_SETUP_LOOP 3 0 0
meth TraceRunner.op_BEFORE_WITH 3 0 0
meth TraceRunner.op_SETUP_WITH 3 0 0
meth TraceRunner._setup_try 5 0 0
meth TraceRunner.op_PUSH_EXC_INFO 3 0 0
meth TraceRunner.op_SETUP_FINALLY 3 0 0
meth TraceRunner.op_POP_EXCEPT 3 0 0
meth TraceRunner.op_POP_EXCEPT 3 0 0
meth TraceRunner.op_POP_BLOCK 3 0 0
meth TraceRunner.op_BINARY_SUBSCR 3 0 0
meth TraceRunner.op_STORE_SUBSCR 3 0 0
meth TraceRunner.op_DELETE_SUBSCR 3 0 0
meth TraceRunner.op_CALL 3 0 0
meth TraceRunner.op_KW_NAMES 3 0 0
meth TraceRunner.op_CALL_FUNCTION 3 0 0
meth TraceRunner.op_CALL_FUNCTION_KW 3 0 0
meth TraceRunner.op_CALL_KW 3 0 0
meth TraceRunner.op_CALL_FUNCTION_EX 3 0 0
meth TraceRunner.op_CALL_FUNCTION_EX 3 0 0
meth TraceRunner.op_CALL_FUNCTION_EX 3 0 0
meth TraceRunner._dup_topx 4 0 0
meth TraceRunner.op_CALL_INTRINSIC_1 3 0 0
meth TraceRunner.op_DUP_TOPX 3 0 0
meth TraceRunner.op_DUP_TOP 3 0 0
meth TraceRunner.op_DUP_TOP_TWO 3 0 0
meth TraceRunner.op_COPY 3 0 0
meth TraceRunner.op_SWAP 3 0 0
meth TraceRunner.op_ROT_TWO 3 0 0
meth TraceRunner.op_ROT_THREE 3 0 0
meth TraceRunner.op_ROT_FOUR 3 0 0
meth TraceRunner.op_UNPACK_SEQUENCE 3 0 0
meth TraceRunner.op_BUILD_TUPLE 3 0 0
meth TraceRunner._build_tuple_unpack 3 0 0
meth TraceRunner.op_BUILD_TUPLE_UNPACK_WITH_CALL 3 0 0
meth TraceRunner.op_BUILD_TUPLE_UNPACK 3 0 0
meth TraceRunner.op_LIST_TO_TUPLE 3 0 0
meth TraceRunner.op_BUILD_CONST_KEY_MAP 3 0 0
meth TraceRunner.op_BUILD_LIST 3 0 0
meth TraceRunner.op_LIST_APPEND 3 0 0
meth TraceRunner.op_LIST_EXTEND 3 0 0
meth TraceRunner.op_BUILD_MAP 3 0 0
meth TraceRunner.op_MAP_ADD 3 0 0
meth TraceRunner.op_BUILD_SET 3 0 0
meth TraceRunner.op_SET_ADD 3 0 0
meth TraceRunner.op_SET_UPDATE 3 0 0
meth TraceRunner.op_DICT_UPDATE 3 0 0
meth TraceRunner.op_GET_ITER 3 0 0
meth TraceRunner.op_FOR_ITER 3 0 0
meth TraceRunner.op_GEN_START 3 0 0
meth TraceRunner.op_BINARY_OP 3 0 0
meth TraceRunner._unaryop 3 0 0
meth TraceRunner.op_UNARY_NEGATIVE 3 0 0
meth TraceRunner.op_UNARY_POSITIVE 3 0 0
meth TraceRunner.op_UNARY_NOT 3 0 0
meth TraceRunner.op_UNARY_INVERT 3 0 0
meth TraceRunner._binaryop 3 0 0
meth TraceRunner.op_COMPARE_OP 3 0 0
meth TraceRunner.op_IS_OP 3 0 0
meth TraceRunner.op_CONTAINS_OP 3 0 0
meth TraceRunner.op_INPLACE_ADD 3 0 0
meth TraceRunner.op_INPLACE_SUBTRACT 3 0 0
meth TraceRunner.op_INPLACE_MULTIPLY 3 0 0
meth TraceRunner.op_INPLACE_DIVIDE 3 0 0
meth TraceRunner.op_INPLACE_TRUE_DIVIDE 3 0 0
meth TraceRunner.op_INPLACE_FLOOR_DIVIDE 3 0 0
meth TraceRunner.op_INPLACE_MODULO 3 0 0
meth TraceRunner.op_INPLACE_POWER 3 0 0
meth TraceRunner.op_INPLACE_MATRIX_MULTIPLY 3 0 0
meth TraceRunner.op_INPLACE_LSHIFT 3 0 0
meth TraceRunner.op_INPLACE_RSHIFT 3 0 0
meth TraceRunner.op_INPLACE_AND 3 0 0
meth TraceRunner.op_INPLACE_OR 3 0 0
meth TraceRunner.op_INPLACE_XOR 3 0 0
meth TraceRunner.op_BINARY_ADD 3 0 0
meth TraceRunner.op_BINARY_SUBTRACT 3 0 0
meth TraceRunner.op_BINARY_MULTIPLY 3 0 0
meth TraceRunner.op_BINARY_DIVIDE 3 0 0
meth TraceRunner.op_BINARY_TRUE_DIVIDE 3 0 0
meth TraceRunner.op_BINARY_FLOOR_DIVIDE 3 0 0
meth TraceRunner.op_BINARY_MODULO 3 0 0
meth TraceRunner.op_BINARY_POWER 3 0 0
meth TraceRunner.op_BINARY_MATRIX_MULTIPLY 3 0 0
meth TraceRunner.op_BINARY_LSHIFT 3 0 0
meth TraceRunner.op_BINARY_RSHIFT 3 0 0
meth TraceRunner.op_BINARY_AND 3 0 0
meth TraceRunner.op_BINARY_OR 3 0 0
meth TraceRunner.op_BINARY_XOR 3 0 0
meth TraceRunner.op_MAKE_FUNCTION 4 0 0
meth TraceRunner.op_SET_FUNCTION_ATTRIBUTE 3 0 0
meth TraceRunner.op_MAKE_CLOSURE 3 0 0
meth TraceRunner.op_LOAD_CLOSURE 3 0 0
meth TraceRunner.op_LOAD_ASSERTION_ERROR 3 0 0
meth TraceRunner.op_CHECK_EXC_MATCH 3 0 0
meth TraceRunner.op_JUMP_IF_NOT_EXC_MATCH 3 0 0
meth TraceRunner.op_RERAISE 3 0 0
meth TraceRunner.op_RERAISE 3 0 0
meth TraceRunner.op_LOAD_METHOD 3 0 0
meth TraceRunner.op_LOAD_METHOD 3 0 0
meth TraceRunner.op_CALL_METHOD 3 0 0
meth TraceRunner.op_LOAD_SPECIAL 3 0 0
meth TraceRunner.op_LOAD_COMMON_CONSTANT 3 0 0
attr TraceRunner.debug_filename 1 0 0
attr TraceRunner.pending 1 0 0
attr TraceRunner.finished 1 0 0
meth AdaptCFBlock.init 3 0 0
attr AdaptCFBlock.offset 1 0 0
attr AdaptCFBlock.body 1 0 0
meth StatePy311.init 3 0 0
meth StatePy311.pop_kw_names 1 0 0
meth StatePy311.set_kw_names 2 0 0
meth StatePy311.is_in_exception 1 0 0
meth StatePy311.get_exception 1 0 0
meth StatePy311.in_with 1 0 0
meth StatePy311.make_null 1 0 0
meth StatePy313.init 3 0 0
meth StatePy313.set_function_attribute 3 0 0
meth StatePy313.get_function_attributes 2 0 0
func adapt_state_infos 2 0 0
meth BlockKind.init 2 0 0
meth BlockKind.hash 1 0 0
meth BlockKind.lt 2 0 0
meth BlockKind.eq 2 0 0
meth BlockKind.repr 1 0 0
attr BlockKind._members 1 0 0

numba.core.caching (130 missing, 0 any)

Symbol Typable Typed Any
meth NullCache.load_overload 3 0 0
meth NullCache.save_overload 3 0 0
meth NullCache.enable 1 0 0
meth NullCache.disable 1 0 0
meth NullCache.flush 1 0 0
prop NullCache.cache_path 1 0 0
meth InTreeCacheLocatorFsAgnostic.get_source_stamp 1 0 0
meth IPythonCacheLocator.init 3 0 0
meth IPythonCacheLocator.get_cache_path 1 0 0
meth IPythonCacheLocator.get_source_stamp 1 0 0
meth IPythonCacheLocator.get_disambiguator 1 0 0
meth IPythonCacheLocator.from_function 3 0 0
meth ZipCacheLocator.init 3 0 0
meth ZipCacheLocator._split_zip_path 2 0 0
meth ZipCacheLocator.get_cache_path 1 0 0
meth ZipCacheLocator.get_source_stamp 1 0 0
meth ZipCacheLocator.from_function 3 0 0
meth InTreeCacheLocator.init 3 0 0
meth InTreeCacheLocator.get_cache_path 1 0 0
meth CodeLibraryCacheImpl.reduce 2 0 0
meth CodeLibraryCacheImpl.rebuild 3 0 0
meth CodeLibraryCacheImpl.check_cachable 2 0 0
meth CodeLibraryCacheImpl.get_filename_base 3 0 0
meth CacheImpl.init 2 0 0
meth CacheImpl.get_filename_base 3 0 0
meth CacheImpl.reduce 2 0 0
meth CacheImpl.rebuild 3 0 0
meth CacheImpl.check_cachable 2 0 0
prop CacheImpl.filename_base 1 0 0
prop CacheImpl.locator 1 0 0
meth UserWideCacheLocator.init 3 0 0
meth UserWideCacheLocator.get_cache_path 1 0 0
meth UserWideCacheLocator.from_function 3 0 0
meth UserProvidedCacheLocator.init 3 0 0
meth UserProvidedCacheLocator.get_cache_path 1 0 0
meth UserProvidedCacheLocator.from_function 3 0 0
func make_library_cache 2 0 0
meth CompileResultCacheImpl.reduce 2 0 0
meth CompileResultCacheImpl.rebuild 3 0 0
meth CompileResultCacheImpl.check_cachable 2 0 0
meth Cache.init 2 0 0
meth Cache.repr 1 0 0
meth Cache.enable 1 0 0
meth Cache.disable 1 0 0
meth Cache.flush 1 0 0
meth Cache.load_overload 3 0 0
meth Cache._load_overload 3 0 0
meth Cache.save_overload 3 0 0
meth Cache._save_overload 3 0 0
meth Cache._guard_against_spurious_io_errors 1 0 0
meth Cache._index_key 3 0 0
prop Cache.cache_path 1 0 0
meth IndexDataCacheFile.init 4 0 0
meth IndexDataCacheFile.flush 1 0 0
meth IndexDataCacheFile.save 3 0 0
meth IndexDataCacheFile.load 2 0 0
meth IndexDataCacheFile._load_index 1 0 0
meth IndexDataCacheFile._save_index 2 0 0
meth IndexDataCacheFile._load_data 2 0 0
meth IndexDataCacheFile._save_data 3 0 0
meth IndexDataCacheFile._data_name 2 0 0
meth IndexDataCacheFile._data_path 2 0 0
meth IndexDataCacheFile._dump 2 0 0
meth IndexDataCacheFile._open_for_write 2 0 0

numba.core.callconv (182 missing, 0 any)

Symbol Typable Typed Any
meth CPUCallConv._make_call_helper 2 0 0
meth CPUCallConv.return_value 3 0 0
meth CPUCallConv.build_excinfo_struct 5 0 0
meth CPUCallConv.set_static_user_exc 6 0 0
meth CPUCallConv.return_user_exc 6 0 0
meth CPUCallConv.unpack_dynamic_exception 4 0 0
meth CPUCallConv.unpack_exception 4 0 0
meth CPUCallConv.emit_unwrap_dynamic_exception_fn 4 0 0
meth CPUCallConv.emit_wrap_args_insts 5 0 0
meth CPUCallConv.set_dynamic_user_exc 7 0 0
meth CPUCallConv.return_dynamic_user_exc 7 0 0
meth CPUCallConv._get_try_state 2 0 0
meth CPUCallConv.check_try_status 2 0 0
meth CPUCallConv.set_try_status 2 0 0
meth CPUCallConv.unset_try_status 2 0 0
meth CPUCallConv.return_status_propagate 3 0 0
meth CPUCallConv._return_errcode_raw 3 0 0
meth CPUCallConv._get_return_status 4 0 0
meth CPUCallConv.get_function_type 3 0 0
meth CPUCallConv.decorate_function 5 0 0
meth CPUCallConv.get_arguments 2 0 0
meth CPUCallConv._get_return_argument 2 0 0
meth CPUCallConv._get_excinfo_argument 2 0 0
meth CPUCallConv.call_function 7 0 0
attr CPUCallConv._status_ids 1 0 0
meth BaseCallConv.init 2 0 0
meth BaseCallConv.return_optional_value 5 0 0
meth BaseCallConv.return_native_none 2 0 0
meth BaseCallConv.return_exc 2 0 0
meth BaseCallConv.return_stop_iteration 2 0 0
meth BaseCallConv.get_return_type 2 0 0
meth BaseCallConv.init_call_helper 2 0 0
meth BaseCallConv._get_call_helper 2 0 0
meth BaseCallConv.unpack_exception 4 0 0
meth BaseCallConv.raise_error 4 0 0
meth BaseCallConv.decode_arguments 4 0 0
meth BaseCallConv._get_arg_packer 2 0 0
attr BaseCallConv.context 1 0 0
attr excinfo_ptr_t 1 0 0
attr RETCODE_NONE 1 0 0
meth ErrorModel.init 2 0 0
meth ErrorModel.fp_zero_division 4 0 0
attr ErrorModel.call_conv 1 0 0
attr RETCODE_STOPIT 1 0 0
attr excinfo_t 1 0 0
attr RETCODE_EXC 1 0 0
func create_error_model 3 0 0
meth MinimalCallConv._make_call_helper 2 0 0
meth MinimalCallConv.return_value 3 0 0
meth MinimalCallConv.return_user_exc 6 0 0
meth MinimalCallConv.return_status_propagate 3 0 0
meth MinimalCallConv._return_errcode_raw 3 0 0
meth MinimalCallConv._get_return_status 3 0 0
meth MinimalCallConv.get_function_type 3 0 0
meth MinimalCallConv.decorate_function 5 0 0
meth MinimalCallConv.get_arguments 2 0 0
meth MinimalCallConv.call_function 6 0 0
attr int32_t 1 0 0
attr RETCODE_OK 1 0 0
attr int64_t 1 0 0
attr RETCODE_USEREXC 1 0 0

numba.core.callwrapper (28 missing, 0 any)

Symbol Typable Typed Any
meth PyCallWrapper.init 8 0 0
meth PyCallWrapper.build 1 0 0
meth PyCallWrapper.build_wrapper 6 0 0
meth PyCallWrapper.get_env 3 0 0
meth PyCallWrapper._simplified_return_type 1 0 0
meth PyCallWrapper.debug_print 3 0 0
attr PyCallWrapper.context 1 0 0
attr PyCallWrapper.module 1 0 0
attr PyCallWrapper.func 1 0 0
attr PyCallWrapper.fndesc 1 0 0
attr PyCallWrapper.env 1 0 0
attr PyCallWrapper.release_gil 1 0 0

numba.core.ccallback (19 missing, 0 any)

Symbol Typable Typed Any
meth CFunc.init 6 0 0
meth CFunc.enable_caching 1 0 0
meth CFunc.compile 1 0 0
meth CFunc._compile_uncached 1 0 0
meth CFunc.inspect_llvm 1 0 0
meth CFunc.repr 1 0 0
meth CFunc.call 3 0 0
prop CFunc.native_name 1 0 0
prop CFunc.address 1 0 0
prop CFunc.cffi 1 0 0
prop CFunc.ctypes 1 0 0
prop CFunc.cache_hits 1 0 0

numba.core.cgutils (307 missing, 0 any)

Symbol Typable Typed Any
func if_likely 3 0 0
func memcpy 5 0 0
func pointer_add 5 0 0
func snprintf_stackbuffer 5 0 0
func get_or_insert_function 4 0 0
func make_anonymous_struct 4 0 0
func divmod_by_constant 4 0 0
func ifnot 3 0 0
func raw_memcpy 7 0 0
func hexdump 4 0 0
func make_bytearray 2 0 0
func for_range_slice_generic 5 0 0
func if_unlikely 3 0 0
func is_empty_tuple 2 0 0
func for_range 5 0 0
func do_boundscheck 6 0 0
func for_range_slice 7 0 0
func raw_memmove 7 0 0
func guard_null 5 0 0
attr true_byte 1 0 0
func if_zero 4 0 0
func is_neg_int 3 0 0
func muladd_with_overflow 5 0 0
func increment_index 3 0 0
func loop_nest 5 0 0
func get_item_pointer 8 0 0
attr false_byte 1 0 0
func is_not_null 3 0 0
func guard_memory_error 5 0 0
func is_scalar_zero_or_nan 3 0 0
func snprintf 6 0 0
func early_exit_if 4 1 0
func sizeof 3 0 0
func is_pointer 2 0 0
func is_nonelike 2 0 0
func global_constant 5 0 0
func create_constant_array 3 0 0
func terminate 3 0 0
func is_scalar_zero 3 0 0
func is_not_scalar_zero 3 0 0
func normalize_ir_text 2 0 0
func pack_struct 3 0 0
attr false_bit 1 0 0
meth ValueStructProxy._get_be_type 2 0 0
meth ValueStructProxy._cast_member_to_value 3 0 0
meth ValueStructProxy._cast_member_from_value 3 0 0
func get_null_value 2 0 0
meth Structure.init 6 0 0
meth Structure._get_ptr_by_index 2 0 0
meth Structure._get_ptr_by_name 2 0 0
meth Structure.getattr 2 0 0
meth Structure.setattr 3 0 0
meth Structure.getitem 2 0 0
meth Structure.setitem 3 0 0
meth Structure.len 1 0 0
meth Structure._getpointer 1 0 0
meth Structure._getvalue 1 0 0
meth Structure._setvalue 2 0 0
attr int32_t 1 0 0
func is_null 3 0 0
func gep_inbounds 5 0 0
attr intp_t 1 0 0
func is_scalar_neg 3 0 0
attr true_bit 1 0 0
func create_struct_proxy 3 0 0
func get_item_pointer2 10 0 0
func alloca_once_value 5 0 0
func gep 5 0 0
func get_record_member 5 0 0
func memset_padding 3 0 0
attr voidptr_t 1 0 0
meth DataStructProxy._get_be_type 2 0 0
meth DataStructProxy._cast_member_to_value 3 0 0
meth DataStructProxy._cast_member_from_value 3 0 0
func alloca_once 6 0 0
func unpack_tuple 4 0 0
func insert_pure_function 4 0 0
func early_exit_if_null 4 0 0
func copy_struct 4 0 0
func printf 4 0 0
func add_global_variable 5 0 0
attr int8_t 1 0 0
func get_or_insert_named_metadata 3 0 0
func memset 5 0 0
attr bool_t 1 0 0
func cbranch_or_continue 4 0 0
func pack_array 4 0 0
func as_bool_bit 3 0 0

numba.core.codegen (147 missing, 0 any)

Symbol Typable Typed Any
meth RuntimeLinker.init 1 0 0
meth RuntimeLinker.scan_unresolved_symbols 3 0 0
meth RuntimeLinker.scan_defined_symbols 2 0 0
meth RuntimeLinker.resolve 2 0 0
meth AOTCodeLibrary.emit_native_object 1 0 0
meth AOTCodeLibrary.emit_bitcode 1 0 0
meth AOTCodeLibrary._finalize_specific 1 0 0
func get_host_cpu_features 1 0 0
func initialize_llvm 1 0 0
meth CPUCodegen.init 2 0 0
meth CPUCodegen._init 2 0 0
meth CPUCodegen._create_empty_module 2 0 0
meth CPUCodegen._module_pass_manager 2 0 0
meth CPUCodegen._function_pass_manager 2 0 0
meth CPUCodegen._pass_builder 2 0 0
meth CPUCodegen._check_llvm_bugs 1 0 0
meth CPUCodegen.magic_tuple 1 0 0
meth CPUCodegen._scan_and_fix_unresolved_refs 2 0 0
meth CPUCodegen.insert_unresolved_ref 4 0 0
meth CPUCodegen._get_host_cpu_name 1 0 0
meth CPUCodegen._get_host_cpu_features 1 0 0
meth JITCPUCodegen._customize_tm_options 2 0 0
meth JITCPUCodegen._customize_tm_features 1 0 0
meth JITCPUCodegen._add_module 2 0 0
meth JITCPUCodegen.set_env 3 0 0
meth JitEngine.init 2 0 0
meth JitEngine.is_symbol_defined 2 0 0
meth JitEngine._load_defined_symbols 2 0 0
meth JitEngine.add_module 2 0 0
meth JitEngine.add_global_mapping 3 0 0
attr JitEngine.set_object_cache 1 0 0
attr JitEngine.finalize_object 1 0 0
attr JitEngine.get_function_address 1 0 0
attr JitEngine.get_global_value_address 1 0 0
meth CodeLibrary.init 3 2 0
meth CodeLibrary.repr 1 0 0
meth CodeLibrary._raise_if_finalized 1 0 0
meth CodeLibrary._ensure_finalized 1 0 0
meth CodeLibrary.create_ir_module 2 0 0
meth CodeLibrary.add_linking_library 2 0 0
meth CodeLibrary.add_ir_module 2 0 0
meth CodeLibrary.finalize 1 0 0
meth CodeLibrary.get_function 2 0 0
meth CodeLibrary.get_llvm_str 1 0 0
meth CodeLibrary.get_asm_str 1 0 0
meth CodeLibrary.enable_object_caching 1 0 0
meth CodeLibrary._get_compiled_object 1 0 0
meth CodeLibrary._set_compiled_object 2 0 0
prop CodeLibrary.has_dynamic_globals 1 0 0
prop CodeLibrary.recorded_timings 1 0 0
prop CodeLibrary.codegen 1 0 0
prop CodeLibrary.name 1 0 0
func dump 4 0 0
meth CPUCodeLibrary.init 3 0 0
meth CPUCodeLibrary._optimize_functions 2 0 0
meth CPUCodeLibrary._optimize_final_module 1 0 0
meth CPUCodeLibrary._get_module_for_linking 1 0 0
meth CPUCodeLibrary.add_linking_library 2 0 0
meth CPUCodeLibrary.add_ir_module 2 0 0
meth CPUCodeLibrary.add_llvm_module 2 0 0
meth CPUCodeLibrary.finalize 1 0 0
meth CPUCodeLibrary._finalize_dynamic_globals 1 0 0
meth CPUCodeLibrary._verify_declare_only_symbols 1 0 0
meth CPUCodeLibrary._finalize_final_module 1 0 0
meth CPUCodeLibrary.get_defined_functions 1 0 0
meth CPUCodeLibrary.get_function 2 0 0
meth CPUCodeLibrary._sentry_cache_disable_inspection 1 0 0
meth CPUCodeLibrary.get_llvm_str 1 0 0
meth CPUCodeLibrary.get_asm_str 1 0 0
meth CPUCodeLibrary.get_function_cfg 4 0 0
meth CPUCodeLibrary.get_disasm_cfg 2 0 0
meth CPUCodeLibrary._dump_elf 2 0 0
meth CPUCodeLibrary._object_compiled_hook 3 0 0
meth CPUCodeLibrary._object_getbuffer_hook 2 0 0
meth CPUCodeLibrary.serialize_using_bitcode 1 0 0
meth CPUCodeLibrary.serialize_using_object_code 1 0 0
meth CPUCodeLibrary._unserialize 3 0 0
meth JITCodeLibrary.get_pointer_to_function 2 0 0
meth JITCodeLibrary._finalize_specific 1 0 0
meth Codegen._create_empty_module 2 0 0
meth Codegen._add_module 2 0 0
meth Codegen.create_library 3 0 0
meth Codegen.unserialize_library 2 0 0
prop Codegen.target_data 1 0 0
meth AOTCPUCodegen.init 3 0 0
meth AOTCPUCodegen._customize_tm_options 2 0 0
meth AOTCPUCodegen._customize_tm_features 1 0 0
meth AOTCPUCodegen._add_module 2 0 0

numba.core.compiler (125 missing, 0 any)

Symbol Typable Typed Any
func compile_internal 9 0 0
meth StateDict.getattr 2 0 0
meth StateDict.setattr 3 0 0
meth CompileResult._reduce 1 0 0
meth CompileResult._find_referenced_environments 1 0 0
meth CompileResult._rebuild 11 0 0
meth CompileResult.dump 2 0 0
prop CompileResult.codegen 1 0 0
func compile_result 2 0 0
meth DefaultPassBuilder.define_nopython_pipeline 3 0 0
meth DefaultPassBuilder.define_nopython_lowering_pipeline 3 0 0
meth DefaultPassBuilder.define_parfor_gufunc_nopython_lowering_pipeline 3 0 0
meth DefaultPassBuilder.define_typed_pipeline 3 0 0
meth DefaultPassBuilder.define_parfor_gufunc_pipeline 3 0 0
meth DefaultPassBuilder.define_untyped_pipeline 3 0 0
meth DefaultPassBuilder.define_objectmode_pipeline 3 0 0
func compile_extra 10 0 0
func sanitize_compile_result_entries 2 0 0
func run_frontend 4 0 0
attr DEFAULT_FLAGS 1 0 0
func compile_ir 13 0 0
attr Flags.enable_looplift 1 0 0
attr Flags.enable_pyobject 1 0 0
attr Flags.enable_pyobject_looplift 1 0 0
attr Flags.enable_ssa 1 0 0
attr Flags.force_pyobject 1 0 0
attr Flags.release_gil 1 0 0
attr Flags.no_compile 1 0 0
attr Flags.debuginfo 1 0 0
attr Flags.boundscheck 1 0 0
attr Flags.forceinline 1 0 0
attr Flags.no_cpython_wrapper 1 0 0
attr Flags.no_cfunc_wrapper 1 0 0
attr Flags.auto_parallel 1 0 0
attr Flags.nrt 1 0 0
attr Flags.no_rewrites 1 0 0
attr Flags.error_model 1 0 0
attr Flags.fastmath 1 0 0
attr Flags.noalias 1 0 0
attr Flags.inline 1 0 0
attr Flags.dbg_extend_lifetimes 1 0 0
attr Flags.dbg_optnone 1 0 0
attr Flags.dbg_directives_only 1 0 0
meth Compiler.define_pipelines 1 0 0
meth CompilerBase.init 8 0 0
meth CompilerBase.compile_extra 2 0 0
meth CompilerBase.compile_ir 4 0 0
meth CompilerBase.define_pipelines 1 0 0
meth CompilerBase._compile_core 1 0 0
meth CompilerBase._compile_bytecode 1 0 0
meth CompilerBase._compile_ir 1 0 0
attr CompilerBase.state 1 0 0

numba.core.compiler_lock (2 missing, 0 any)

Symbol Typable Typed Any
func require_global_compiler_lock 1 0 0
attr global_compiler_lock 1 0 0

numba.core.compiler_machinery (74 missing, 0 any)

Symbol Typable Typed Any
meth PassRegistry.register 3 0 0
meth PassRegistry.is_registered 2 0 0
meth PassRegistry.get 2 0 0
meth PassRegistry._does_pass_name_alias 2 0 0
meth PassRegistry.find_by_name 2 0 0
meth PassRegistry.dump 1 0 0
attr PassRegistry._registry 1 0 0
meth CompilerPass.init 3 0 0
meth CompilerPass.name 1 0 0
meth CompilerPass.run_initialization 3 0 0
meth CompilerPass.run_pass 3 0 0
meth CompilerPass.run_finalizer 3 0 0
meth CompilerPass.get_analysis_usage 2 0 0
meth CompilerPass.get_analysis 2 0 0
prop CompilerPass.pass_id 2 0 0
prop CompilerPass.analysis 2 0 0
func debug_print 3 0 0
meth PassManager.init 2 0 0
meth PassManager._validate_pass 2 0 0
meth PassManager.add_pass 3 0 0
meth PassManager.add_pass_after 3 0 0
meth PassManager._debug_init 1 0 0
meth PassManager.finalize 1 0 0
meth PassManager._patch_error 3 0 0
meth PassManager._runPass 4 0 0
meth PassManager.run 2 0 0
meth PassManager.dependency_analysis 1 0 0
prop PassManager.finalized 1 0 0
attr PassManager.passes 1 0 0
attr PassManager.exec_times 1 0 0
attr PassManager.pipeline_name 1 0 0
meth AnalysisUsage.init 1 0 0
meth AnalysisUsage.get_required_set 1 0 0
meth AnalysisUsage.get_preserved_set 1 0 0
meth AnalysisUsage.add_required 2 0 0
meth AnalysisUsage.add_preserved 2 0 0
meth AnalysisUsage.str 1 0 0
meth SimpleTimer.enter 1 0 0
meth SimpleTimer.exit 2 0 0

numba.core.config (3 missing, 0 any)

Symbol Typable Typed Any
attr IS_WIN32 1 0 0
func reload_config 1 0 0
attr IS_OSX 1 0 0

numba.core.consts (17 missing, 0 any)

Symbol Typable Typed Any
meth ConstantInference.init 2 0 0
meth ConstantInference.infer_constant 3 0 0
meth ConstantInference._fail 2 0 0
meth ConstantInference._do_infer 2 0 0
meth ConstantInference._infer_expr 2 0 0
meth ConstantInference._infer_call 3 0 0
meth ConstantInference._infer_getattr 3 0 0

numba.core.controlflow (162 missing, 0 any)

Symbol Typable Typed Any
meth Loop.eq 2 0 0
meth Loop.hash 1 0 0
meth CFBlock.init 2 0 0
meth CFBlock.repr 1 0 0
meth CFBlock.iter 1 0 0
attr CFBlock.offset 1 0 0
attr CFBlock.body 1 0 0
attr CFBlock.outgoing_jumps 1 0 0
attr CFBlock.incoming_jumps 1 0 0
attr CFBlock.terminating 1 0 0
meth CFGraph.init 1 0 0
meth CFGraph.add_node 2 0 0
meth CFGraph.add_edge 4 0 0
meth CFGraph.successors 2 0 0
meth CFGraph.predecessors 2 0 0
meth CFGraph.set_entry_point 2 0 0
meth CFGraph.process 1 0 0
meth CFGraph.dominators 1 0 0
meth CFGraph.post_dominators 1 0 0
meth CFGraph.immediate_dominators 1 0 0
meth CFGraph.dominance_frontier 1 0 0
meth CFGraph.dominator_tree 1 0 0
meth CFGraph.descendents 2 0 0
meth CFGraph.entry_point 1 0 0
meth CFGraph.exit_points 1 0 0
meth CFGraph.backbone 1 0 0
meth CFGraph.loops 1 0 0
meth CFGraph.in_loops 2 0 0
meth CFGraph.dead_nodes 1 0 0
meth CFGraph.nodes 1 0 0
meth CFGraph.topo_order 1 0 0
meth CFGraph.topo_sort 3 0 0
meth CFGraph.dump 2 0 0
meth CFGraph.render_dot 2 0 0
meth CFGraph._add_edge 4 0 0
meth CFGraph._remove_node_edges 2 0 0
meth CFGraph._dfs 2 0 0
meth CFGraph._eliminate_dead_blocks 1 0 0
meth CFGraph._find_exit_points 1 0 0
meth CFGraph._find_postorder 1 0 0
meth CFGraph._find_immediate_dominators 1 0 0
meth CFGraph._find_dominator_tree 1 0 0
meth CFGraph._find_dominance_frontier 1 0 0
meth CFGraph._find_dominators_internal 2 0 0
meth CFGraph._find_dominators 1 0 0
meth CFGraph._find_post_dominators 1 0 0
meth CFGraph._find_back_edges 2 0 0
meth CFGraph._find_topo_order 1 0 0
meth CFGraph._find_descendents 1 0 0
meth CFGraph._find_loops 1 0 0
meth CFGraph._find_in_loops 1 0 0
meth CFGraph._dump_adj_lists 2 0 0
meth CFGraph.eq 2 0 0
meth CFGraph.ne 2 0 0
prop CFGraph._exit_points 1 0 0
prop CFGraph._doms 1 0 0
prop CFGraph._back_edges 1 0 0
prop CFGraph._topo_order 1 0 0
prop CFGraph._descs 1 0 0
prop CFGraph._loops 1 0 0
prop CFGraph._in_loops 1 0 0
prop CFGraph._post_doms 1 0 0
prop CFGraph._idom 1 0 0
prop CFGraph._df 1 0 0
prop CFGraph._domtree 1 0 0
attr NEW_BLOCKERS 1 0 0
meth ControlFlowAnalysis.init 2 0 0
meth ControlFlowAnalysis.iterblocks 1 0 0
meth ControlFlowAnalysis.iterliveblocks 1 0 0
meth ControlFlowAnalysis.incoming_blocks 2 0 0
meth ControlFlowAnalysis.dump 2 0 0
meth ControlFlowAnalysis.run 1 0 0
meth ControlFlowAnalysis.jump 3 0 0
meth ControlFlowAnalysis._iter_inst 1 0 0
meth ControlFlowAnalysis._use_new_block 2 0 0
meth ControlFlowAnalysis._start_new_block 2 0 0
meth ControlFlowAnalysis._guard_with_as 2 0 0
meth ControlFlowAnalysis.op_SETUP_LOOP 2 0 0
meth ControlFlowAnalysis.op_SETUP_WITH 2 0 0
meth ControlFlowAnalysis.op_POP_BLOCK 2 0 0
meth ControlFlowAnalysis.op_FOR_ITER 2 0 0
meth ControlFlowAnalysis._op_ABSOLUTE_JUMP_IF 2 0 0
meth ControlFlowAnalysis.op_POP_JUMP_IF_FALSE 2 0 0
meth ControlFlowAnalysis.op_POP_JUMP_IF_TRUE 2 0 0
meth ControlFlowAnalysis.op_JUMP_IF_FALSE 2 0 0
meth ControlFlowAnalysis.op_JUMP_IF_TRUE 2 0 0
meth ControlFlowAnalysis.op_POP_JUMP_FORWARD_IF_FALSE 2 0 0
meth ControlFlowAnalysis.op_POP_JUMP_BACKWARD_IF_FALSE 2 0 0
meth ControlFlowAnalysis.op_POP_JUMP_FORWARD_IF_TRUE 2 0 0
meth ControlFlowAnalysis.op_POP_JUMP_BACKWARD_IF_TRUE 2 0 0
meth ControlFlowAnalysis._op_ABSOLUTE_JUMP_OR_POP 2 0 0
meth ControlFlowAnalysis.op_JUMP_IF_FALSE_OR_POP 2 0 0
meth ControlFlowAnalysis.op_JUMP_IF_TRUE_OR_POP 2 0 0
meth ControlFlowAnalysis.op_JUMP_ABSOLUTE 2 0 0
meth ControlFlowAnalysis.op_JUMP_FORWARD 2 0 0
meth ControlFlowAnalysis.op_JUMP_BACKWARD 2 0 0
meth ControlFlowAnalysis.op_RETURN_VALUE 2 0 0
meth ControlFlowAnalysis.op_RETURN_CONST 2 0 0
meth ControlFlowAnalysis.op_RAISE_VARARGS 2 0 0
meth ControlFlowAnalysis.op_BREAK_LOOP 2 0 0
attr ControlFlowAnalysis.bytecode 1 0 0
attr ControlFlowAnalysis.blocks 1 0 0
attr ControlFlowAnalysis.liveblocks 1 0 0
attr ControlFlowAnalysis.blockseq 1 0 0
attr ControlFlowAnalysis.doms 1 0 0
attr ControlFlowAnalysis.backbone 1 0 0

numba.core.cpu (65 missing, 0 any)

Symbol Typable Typed Any
meth CPUTargetOptions.finalize 3 0 0
meth CPUContext.init 3 0 0
meth CPUContext.create_module 2 0 0
meth CPUContext.init 1 0 0
meth CPUContext.apply_target_attributes 4 0 0
meth CPUContext.load_additional_registries 1 0 0
meth CPUContext.with_aot_codegen 3 0 0
meth CPUContext.codegen 1 0 0
meth CPUContext.get_env_body 3 0 0
meth CPUContext.get_env_manager 3 0 0
meth CPUContext.get_generator_state 4 0 0
meth CPUContext.build_list 4 0 0
meth CPUContext.build_set 4 0 0
meth CPUContext.build_map 5 0 0
meth CPUContext.post_lowering 3 0 0
meth CPUContext.create_cpython_wrapper 6 0 0
meth CPUContext.create_cfunc_wrapper 5 0 0
meth CPUContext.get_executable 4 0 0
meth CPUContext.calc_array_sizeof 2 0 0
meth CPUContext.get_ufunc_info 2 0 0
prop CPUContext.target_data 1 0 0
prop CPUContext.call_conv 1 0 0

numba.core.cpu_options (29 missing, 0 any)

Symbol Typable Typed Any
meth FastMathOptions.init 2 0 0
meth FastMathOptions.bool 1 0 0
meth FastMathOptions.nonzero 1 0 0
meth FastMathOptions.eq 2 0 0
attr FastMathOptions.flags 1 0 0
meth InlineOptions.init 2 0 0
meth InlineOptions.eq 2 0 0
prop InlineOptions.is_never_inline 1 0 0
prop InlineOptions.is_always_inline 1 0 0
prop InlineOptions.has_cost_model 1 0 0
prop InlineOptions.value 1 0 0
meth ParallelOptions.init 2 0 0
meth ParallelOptions._get_values 1 0 0
meth ParallelOptions.eq 2 0 0
attr ParallelOptions.enabled 1 0 0
attr ParallelOptions.comprehension 1 0 0
attr ParallelOptions.reduction 1 0 0
attr ParallelOptions.inplace_binop 1 0 0
attr ParallelOptions.setitem 1 0 0
attr ParallelOptions.numpy 1 0 0
attr ParallelOptions.stencil 1 0 0
attr ParallelOptions.fusion 1 0 0
attr ParallelOptions.prange 1 0 0

numba.core.datamodel.manager (12 missing, 0 any)

Symbol Typable Typed Any
meth DataModelManager.init 2 0 0
meth DataModelManager.register 3 0 0
meth DataModelManager.lookup 2 0 0
meth DataModelManager.getitem 2 0 0
meth DataModelManager.copy 1 0 0
meth DataModelManager.chain 2 0 0

numba.core.datamodel.models (513 missing, 0 any)

Symbol Typable Typed Any
meth ArrayModel.init 3 0 0
meth SliceModel.init 3 0 0
meth RangeModel.init 3 0 0
meth EphemeralPointerModel.get_data_type 1 0 0
meth EphemeralPointerModel.as_data 3 0 0
meth EphemeralPointerModel.from_data 3 0 0
meth EphemeralPointerModel.load_from_data_pointer 4 0 0
meth EnumerateType.init 3 0 0
meth DataModel.init 3 0 0
meth DataModel.get_value_type 1 0 0
meth DataModel.get_data_type 1 0 0
meth DataModel.get_argument_type 1 0 0
meth DataModel.get_return_type 1 0 0
meth DataModel.as_data 3 0 0
meth DataModel.as_argument 3 0 0
meth DataModel.as_return 3 0 0
meth DataModel.from_data 3 0 0
meth DataModel.from_argument 3 0 0
meth DataModel.from_return 3 0 0
meth DataModel.load_from_data_pointer 4 0 0
meth DataModel.traverse 2 0 0
meth DataModel.traverse_models 1 0 0
meth DataModel.traverse_types 1 0 0
meth DataModel.inner_models 1 0 0
meth DataModel.get_nrt_meminfo 3 0 0
meth DataModel.has_nrt_meminfo 1 0 0
meth DataModel.contains_nrt_meminfo 1 0 0
meth DataModel._compared_fields 1 0 0
meth DataModel.hash 1 0 0
meth DataModel.eq 2 0 0
meth DataModel.ne 2 0 0
prop DataModel.fe_type 1 0 0
meth ProxyModel.get_value_type 1 0 0
meth ProxyModel.get_data_type 1 0 0
meth ProxyModel.get_return_type 1 0 0
meth ProxyModel.get_argument_type 1 0 0
meth ProxyModel.as_data 3 0 0
meth ProxyModel.as_argument 3 0 0
meth ProxyModel.as_return 3 0 0
meth ProxyModel.from_data 3 0 0
meth ProxyModel.from_argument 3 0 0
meth ProxyModel.from_return 3 0 0
meth NdIndexModel.init 3 0 0
meth UnicodeCharSeq.init 3 0 0
meth UnicodeCharSeq.get_value_type 1 0 0
meth UnicodeCharSeq.get_data_type 1 0 0
meth UnicodeCharSeq.as_data 3 0 0
meth UnicodeCharSeq.from_data 3 0 0
meth UnicodeCharSeq.as_return 3 0 0
meth UnicodeCharSeq.from_return 3 0 0
meth UnicodeCharSeq.as_argument 3 0 0
meth UnicodeCharSeq.from_argument 3 0 0
meth NdIter.init 3 0 0
meth StructModel.init 4 0 0
meth StructModel.get_member_fe_type 2 0 0
meth StructModel.get_value_type 1 0 0
meth StructModel.get_data_type 1 0 0
meth StructModel.get_argument_type 1 0 0
meth StructModel.get_return_type 1 0 0
meth StructModel._as 4 0 0
meth StructModel._from 4 0 0
meth StructModel.as_data 3 0 0
meth StructModel.from_data 3 0 0
meth StructModel.load_from_data_pointer 4 0 0
meth StructModel.as_argument 3 0 0
meth StructModel.from_argument 3 0 0
meth StructModel.as_return 3 0 0
meth StructModel.from_return 3 0 0
meth StructModel.get 4 0 0
meth StructModel.set 5 0 0
meth StructModel.get_field_position 2 0 0
meth StructModel.get_type 2 0 0
meth StructModel.get_model 2 0 0
meth StructModel.traverse 2 0 0
meth StructModel.inner_models 1 0 0
prop StructModel.field_count 1 0 0
meth StructRefModel.init 3 0 0
func handle_numpy_ndenumerate_type 3 0 0
meth ArrayIterator.init 3 0 0
meth EnumModel.init 3 0 0
meth CContiguousFlatIter.init 4 0 0
meth MemInfoModel.inner_models 1 0 0
meth MemInfoModel.has_nrt_meminfo 1 0 0
meth MemInfoModel.get_nrt_meminfo 3 0 0
meth ExternalFuncPointerModel.init 3 0 0
meth PrimitiveModel.init 4 0 0
meth PrimitiveModel.get_value_type 1 0 0
meth PrimitiveModel.as_data 3 0 0
meth PrimitiveModel.as_argument 3 0 0
meth PrimitiveModel.as_return 3 0 0
meth PrimitiveModel.from_data 3 0 0
meth PrimitiveModel.from_argument 3 0 0
meth PrimitiveModel.from_return 3 0 0
attr PrimitiveModel.be_type 1 0 0
meth ArrayFlagsModel.init 3 0 0
meth FlatIter.init 3 0 0
meth DeferredStructModel.init 3 0 0
meth DeferredStructModel.get_value_type 1 0 0
meth DeferredStructModel.get_data_type 1 0 0
meth DeferredStructModel.get_argument_type 1 0 0
meth DeferredStructModel.as_argument 3 0 0
meth DeferredStructModel.from_argument 3 0 0
meth DeferredStructModel.from_data 3 0 0
meth DeferredStructModel.as_data 3 0 0
meth DeferredStructModel.from_return 3 0 0
meth DeferredStructModel.as_return 3 0 0
meth DeferredStructModel.get 3 0 0
meth DeferredStructModel.set 4 0 0
meth DeferredStructModel.make_uninitialized 2 0 0
meth DeferredStructModel._define 1 0 0
meth DeferredStructModel._define_value_type 2 0 0
meth DeferredStructModel._define_data_type 2 0 0
meth DeferredStructModel.traverse 2 0 0
prop DeferredStructModel._actual_model 1 0 0
attr DeferredStructModel.typename 1 0 0
attr DeferredStructModel.actual_fe_type 1 0 0
func handle_numpy_flat_type 3 0 0
meth UniTupleIter.init 3 0 0
meth GeneratorModel.init 3 0 0
meth GeneratorModel.get_value_type 1 0 0
meth GeneratorModel.get_argument_type 1 0 0
meth GeneratorModel.get_return_type 1 0 0
meth GeneratorModel.get_data_type 1 0 0
meth GeneratorModel.as_argument 3 0 0
meth GeneratorModel.from_argument 3 0 0
meth GeneratorModel.as_return 3 0 0
meth GeneratorModel.from_return 3 0 0
meth GeneratorModel.as_data 3 0 0
meth GeneratorModel.from_data 3 0 0
meth OptionalModel.init 3 0 0
meth OptionalModel.get_return_type 1 0 0
meth OptionalModel.as_return 3 0 0
meth OptionalModel.from_return 3 0 0
meth OptionalModel.traverse 2 0 0
meth BooleanModel.get_value_type 1 0 0
meth BooleanModel.get_data_type 1 0 0
meth BooleanModel.get_return_type 1 0 0
meth BooleanModel.get_argument_type 1 0 0
meth BooleanModel.as_data 3 0 0
meth BooleanModel.as_argument 3 0 0
meth BooleanModel.as_return 3 0 0
meth BooleanModel.from_data 3 0 0
meth BooleanModel.from_argument 3 0 0
meth BooleanModel.from_return 3 0 0
attr BooleanModel._bit_type 1 0 0
attr BooleanModel._byte_type 1 0 0
meth TupleModel.init 3 0 0
meth ArrayCTypesModel.init 3 0 0
meth SetPayloadModel.init 3 0 0
meth CharSeq.init 3 0 0
meth CharSeq.get_value_type 1 0 0
meth CharSeq.get_data_type 1 0 0
meth CharSeq.as_data 3 0 0
meth CharSeq.from_data 3 0 0
meth CharSeq.as_return 3 0 0
meth CharSeq.from_return 3 0 0
meth CharSeq.as_argument 3 0 0
meth CharSeq.from_argument 3 0 0
meth UnionModel.init 3 0 0
meth ListPayloadModel.init 3 0 0
meth ListModel.init 3 0 0
meth SetEntryModel.init 3 0 0
meth EphemeralArrayModel.init 3 0 0
meth EphemeralArrayModel.get_data_type 1 0 0
meth EphemeralArrayModel.as_data 3 0 0
meth EphemeralArrayModel.from_data 3 0 0
meth EphemeralArrayModel.load_from_data_pointer 4 0 0
meth ComplexModel.init 3 0 0
meth UniTupleModel.init 3 0 0
meth UniTupleModel.get_value_type 1 0 0
meth UniTupleModel.get_data_type 1 0 0
meth UniTupleModel.get_return_type 1 0 0
meth UniTupleModel.get_argument_type 1 0 0
meth UniTupleModel.as_argument 3 0 0
meth UniTupleModel.from_argument 3 0 0
meth UniTupleModel.as_data 3 0 0
meth UniTupleModel.from_data 3 0 0
meth UniTupleModel.as_return 3 0 0
meth UniTupleModel.from_return 3 0 0
meth UniTupleModel.traverse 2 0 0
meth UniTupleModel.inner_models 1 0 0
meth RangeIteratorType.init 3 0 0
meth ListIterModel.init 3 0 0
meth ZipType.init 3 0 0
meth StructPayloadModel.init 3 0 0
meth OpaqueModel.init 3 0 0
attr OpaqueModel._ptr_type 1 0 0
meth RecordModel.init 3 0 0
meth RecordModel.get_value_type 1 0 0
meth RecordModel.get_argument_type 1 0 0
meth RecordModel.get_return_type 1 0 0
meth RecordModel.get_data_type 1 0 0
meth RecordModel.as_data 3 0 0
meth RecordModel.from_data 3 0 0
meth RecordModel.as_argument 3 0 0
meth RecordModel.from_argument 3 0 0
meth RecordModel.as_return 3 0 0
meth RecordModel.from_return 3 0 0
meth RecordModel.load_from_data_pointer 4 0 0
meth OmittedArgDataModel.get_value_type 1 0 0
meth OmittedArgDataModel.get_argument_type 1 0 0
meth OmittedArgDataModel.as_argument 3 0 0
meth OmittedArgDataModel.from_argument 3 0 0
meth FloatModel.init 3 0 0
meth IntegerModel.init 3 0 0
meth PointerModel.init 3 0 0
meth SetIterModel.init 3 0 0
meth NestedArrayModel.init 3 0 0
meth NestedArrayModel.as_storage_type 1 0 0
meth SetModel.init 3 0 0
meth NPDatetimeModel.init 3 0 0
meth PairModel.init 3 0 0
func handle_bound_function 3 0 0

numba.core.datamodel.packer (34 missing, 0 any)

Symbol Typable Typed Any
meth DataPacker.init 3 0 0
meth DataPacker.as_data 3 0 0
meth DataPacker._do_load 4 0 0
meth DataPacker.load 3 0 0
meth DataPacker.load_into 4 0 0
meth ArgPacker.init 3 0 0
meth ArgPacker.as_arguments 3 0 0
meth ArgPacker.from_arguments 3 0 0
meth ArgPacker.assign_names 3 0 0
meth ArgPacker._assign_names 4 0 0
prop ArgPacker.argument_types 1 0 0

numba.core.datamodel.registry (5 missing, 0 any)

Symbol Typable Typed Any
func register 3 0 0
attr default_manager 1 0 0
attr register_default 1 0 0

numba.core.datamodel.testing (7 missing, 0 any)

Symbol Typable Typed Any
meth SupportAsDataMixin.test_as_data 1 0 0
meth NotSupportAsDataMixin.test_as_data_not_supported 1 0 0
meth DataModelTester.setUp 1 0 0
meth DataModelTester.test_as_arg 1 0 0
meth DataModelTester.test_as_return 1 0 0
func test_factory 2 0 0

numba.core.debuginfo (110 missing, 0 any)

Symbol Typable Typed Any
meth DIBuilder.init 5 0 0
meth DIBuilder.initialize 1 0 0
meth DIBuilder._var_type 4 0 0
meth DIBuilder.mark_variable 9 0 0
meth DIBuilder.mark_location 3 0 0
meth DIBuilder.mark_subprogram 6 0 0
meth DIBuilder.finalize 1 0 0
meth DIBuilder._set_module_flags 1 0 0
meth DIBuilder._add_subprogram 6 0 0
meth DIBuilder._add_location 2 0 0
meth DIBuilder._const_int 3 0 0
meth DIBuilder._const_bool 2 0 0
meth DIBuilder._di_file 1 0 0
meth DIBuilder._di_compile_unit 1 0 0
meth DIBuilder._di_subroutine_type 4 0 0
meth DIBuilder._di_subprogram 6 0 0
meth DIBuilder._di_location 2 0 0
attr DIBuilder.module 1 0 0
attr DIBuilder.filepath 1 0 0
attr DIBuilder.difile 1 0 0
attr DIBuilder.subprograms 1 0 0
attr DIBuilder.cgctx 1 0 0
attr DIBuilder.emission_kind 1 0 0
meth DummyDIBuilder.init 5 0 0
meth DummyDIBuilder.mark_variable 9 0 0
meth DummyDIBuilder.mark_location 3 0 0
meth DummyDIBuilder.mark_subprogram 6 0 0
meth DummyDIBuilder.initialize 1 0 0
meth DummyDIBuilder.finalize 1 0 0
func suspend_emission 2 0 0
meth AbstractDIBuilder.mark_variable 9 0 0
meth AbstractDIBuilder.mark_location 3 0 0
meth AbstractDIBuilder.mark_subprogram 6 0 0
meth AbstractDIBuilder.initialize 1 0 0
meth AbstractDIBuilder.finalize 1 0 0

numba.core.decorators (18 missing, 0 any)

Symbol Typable Typed Any
func cfunc 6 0 0
func jit 7 0 0
func njit 3 0 0
func jit_module 2 0 0

numba.core.descriptors (4 missing, 0 any)

Symbol Typable Typed Any
meth TargetDescriptor.init 2 0 0
prop TargetDescriptor.typing_context 1 0 0
prop TargetDescriptor.target_context 1 0 0

numba.core.dispatcher (102 missing, 0 any)

Symbol Typable Typed Any
meth LiftedCode.init 6 0 0
meth LiftedCode.reduce_states 1 0 0
meth LiftedCode._reduce_extras 1 0 0
meth LiftedCode._rebuild 6 0 0
meth LiftedCode.get_source_location 1 0 0
meth LiftedCode._pre_compile 4 0 0
meth LiftedCode.compile 2 0 0
meth LiftedCode._get_dispatcher_for_current_target 1 0 0
attr LiftedCode.func_ir 1 0 0
attr LiftedCode.lifted_from 1 0 0
attr LiftedCode.typingctx 1 0 0
attr LiftedCode.targetctx 1 0 0
attr LiftedCode.flags 1 0 0
attr LiftedCode.locals 1 0 0
meth LiftedLoop._pre_compile 4 0 0
meth LiftedLoop.compile 2 0 0
meth LiftedWith._reduce_extras 1 0 0
meth LiftedWith.get_call_template 3 0 0
meth LiftedWith.compile 2 0 0
prop LiftedWith._numba_type 1 0 0
meth Dispatcher.init 5 0 0
meth Dispatcher.dump 2 0 0
meth Dispatcher.enable_caching 1 0 0
meth Dispatcher.get 3 0 0
meth Dispatcher.reduce_states 1 0 0
meth Dispatcher._rebuild 7 0 0
meth Dispatcher.compile 2 0 0
meth Dispatcher.get_compile_result 2 0 0
meth Dispatcher.recompile 1 0 0
meth Dispatcher.parallel_diagnostics 3 0 0
meth Dispatcher.get_metadata 2 0 0
meth Dispatcher.get_function_type 1 0 0
prop Dispatcher._numba_type 1 0 0
prop Dispatcher.stats 1 0 0
attr Dispatcher.typingctx 1 0 0
attr Dispatcher.targetctx 1 0 0
attr Dispatcher.targetoptions 1 0 0
attr Dispatcher.locals 1 0 0
meth ObjModeLiftedWith.init 3 0 0
meth ObjModeLiftedWith.get_call_template 3 0 0
meth ObjModeLiftedWith.legalize_arg_types 2 0 0
meth ObjModeLiftedWith.compile 2 0 0
prop ObjModeLiftedWith._numba_type 1 0 0
attr ObjModeLiftedWith.output_types 1 0 0
meth OmittedArg.init 2 0 0
meth OmittedArg.repr 1 0 0
prop OmittedArg.numba_type 1 0 0
attr OmittedArg.value 1 0 0
meth CompilingCounter.init 1 0 0
meth CompilingCounter.enter 1 0 0
meth CompilingCounter.exit 3 0 0
meth CompilingCounter.bool 1 0 0
meth CompilingCounter.nonzero 1 0 0
attr CompilingCounter.counter 1 0 0

numba.core.entrypoints (2 missing, 0 any)

Symbol Typable Typed Any
func init_all 1 0 0
attr logger 1 0 0

numba.core.environment (9 missing, 0 any)

Symbol Typable Typed Any
func lookup_environment 2 0 0
meth Environment.from_fndesc 2 0 0
meth Environment.can_cache 1 0 0
meth Environment.reduce 1 0 0
meth Environment.del 1 0 0
meth Environment.repr 1 0 0
attr Environment._memo 1 0 0

numba.core.event (58 missing, 0 any)

Symbol Typable Typed Any
func trigger_event 3 0 0
meth RecordingListener.init 1 0 0
meth RecordingListener.on_start 2 0 0
meth RecordingListener.on_end 2 0 0
attr RecordingListener.buffer 1 0 0
func install_listener 3 0 0
func end_event 4 0 0
func unregister 3 0 0
func install_timer 3 0 0
meth Listener.on_start 2 0 0
meth Listener.on_end 2 0 0
meth Listener.notify 2 0 0
func install_recorder 2 0 0
meth Event.init 5 0 0
meth Event.str 1 0 0
meth Event.repr 1 0 0
prop Event.kind 1 0 0
prop Event.status 1 0 0
prop Event.data 1 0 0
prop Event.is_start 1 0 0
prop Event.is_end 1 0 0
prop Event.is_failed 1 0 0
meth TimingListener.init 1 0 0
meth TimingListener.on_start 2 0 0
meth TimingListener.on_end 2 0 0
prop TimingListener.done 1 0 0
prop TimingListener.duration 1 0 0
func register 3 0 0
func broadcast 2 0 0
func start_event 3 0 0

numba.core.extending (48 missing, 0 any)

Symbol Typable Typed Any
func register_jitable 3 0 0
func include_path 1 0 0
meth SentryLiteralArgs.for_function 2 0 0
meth SentryLiteralArgs.for_pysig 2 0 0
func type_callable 2 0 0
meth BoundLiteralArgs.bind 3 0 0
func get_cython_function_address 3 0 0
func is_jitted 2 0 0
func overload 7 0 0
func intrinsic 3 1 0
func make_attribute_wrapper 4 0 0
func overload_attribute 4 0 0
func overload_method 4 0 0
func overload_classmethod 4 0 0
func sentry_literal_args 5 0 0

numba.core.externals (3 missing, 0 any)

Symbol Typable Typed Any
attr c_math_functions 1 0 0
func compile_multi3 2 0 0

numba.core.fastmathpass (14 missing, 0 any)

Symbol Typable Typed Any
meth FastFloatBinOpVisitor.init 2 0 0
meth FastFloatBinOpVisitor.visit_Instruction 2 0 0
attr FastFloatBinOpVisitor.float_binops 1 0 0
attr FastFloatBinOpVisitor.flags 1 0 0
meth FastFloatCallVisitor.init 2 0 0
meth FastFloatCallVisitor.visit_Call 2 0 0
attr FastFloatCallVisitor.flags 1 0 0
func rewrite_module 3 0 0

numba.core.funcdesc (79 missing, 0 any)

Symbol Typable Typed Any
meth FunctionDescriptor.init 19 0 0
meth FunctionDescriptor.lookup_globals 1 0 0
meth FunctionDescriptor.lookup_module 1 0 0
meth FunctionDescriptor.lookup_function 1 0 0
meth FunctionDescriptor.repr 1 0 0
meth FunctionDescriptor._get_function_info 2 0 0
meth FunctionDescriptor._from_python_function 10 0 0
prop FunctionDescriptor.llvm_func_name 1 0 0
prop FunctionDescriptor.llvm_cpython_wrapper_name 1 0 0
prop FunctionDescriptor.llvm_cfunc_wrapper_name 1 0 0
attr FunctionDescriptor.native 1 0 0
attr FunctionDescriptor.modname 1 0 0
attr FunctionDescriptor.global_dict 1 0 0
attr FunctionDescriptor.qualname 1 0 0
attr FunctionDescriptor.unique_name 1 0 0
attr FunctionDescriptor.doc 1 0 0
attr FunctionDescriptor.typemap 1 0 0
attr FunctionDescriptor.calltypes 1 0 0
attr FunctionDescriptor.args 1 0 0
attr FunctionDescriptor.kws 1 0 0
attr FunctionDescriptor.restype 1 0 0
attr FunctionDescriptor.uid 1 0 0
attr FunctionDescriptor.mangled_name 1 0 0
attr FunctionDescriptor.env_name 1 0 0
attr FunctionDescriptor.inline 1 0 0
attr FunctionDescriptor.noalias 1 0 0
attr FunctionDescriptor.abi_tags 1 0 0
attr FunctionDescriptor.argtypes 1 0 0
func default_mangler 5 0 0
meth ExternalFunctionDescriptor.init 4 0 0
func qualifying_prefix 3 0 0
meth PythonFunctionDescriptor.from_specialized_function 9 0 0
meth PythonFunctionDescriptor.from_object_mode_function 2 0 0

numba.core.generators (75 missing, 0 any)

Symbol Typable Typed Any
meth GeneratorDescriptor.from_generator_fndesc 5 0 0
prop GeneratorDescriptor.llvm_finalizer_name 1 0 0
meth GeneratorLower.get_generator_type 1 0 0
meth GeneratorLower.box_generator_struct 3 0 0
meth GeneratorLower.lower_finalize_func_body 3 0 0
meth LowerYield.init 4 0 0
meth LowerYield.lower_yield_suspend 1 0 0
meth LowerYield.lower_yield_resume 1 0 0
attr LowerYield.lower 1 0 0
attr LowerYield.context 1 0 0
attr LowerYield.builder 1 0 0
attr LowerYield.genlower 1 0 0
attr LowerYield.gentype 1 0 0
attr LowerYield.gen_state_ptr 1 0 0
attr LowerYield.resume_index_ptr 1 0 0
attr LowerYield.yp 1 0 0
attr LowerYield.inst 1 0 0
attr LowerYield.live_vars 1 0 0
attr LowerYield.live_var_indices 1 0 0
meth BaseGeneratorLower.init 2 0 0
meth BaseGeneratorLower.get_args_ptr 3 0 0
meth BaseGeneratorLower.get_resume_index_ptr 3 0 0
meth BaseGeneratorLower.get_state_ptr 3 0 0
meth BaseGeneratorLower.lower_init_func 2 0 0
meth BaseGeneratorLower.lower_next_func 2 0 0
meth BaseGeneratorLower.lower_finalize_func 2 0 0
meth BaseGeneratorLower.return_from_generator 2 0 0
meth BaseGeneratorLower.create_resumption_block 3 0 0
meth BaseGeneratorLower.debug_print 3 0 0
prop BaseGeneratorLower.call_conv 1 0 0
attr BaseGeneratorLower.context 1 0 0
attr BaseGeneratorLower.fndesc 1 0 0
attr BaseGeneratorLower.library 1 0 0
attr BaseGeneratorLower.func_ir 1 0 0
attr BaseGeneratorLower.lower 1 0 0
attr BaseGeneratorLower.geninfo 1 0 0
attr BaseGeneratorLower.gentype 1 0 0
attr BaseGeneratorLower.gendesc 1 0 0
attr BaseGeneratorLower.arg_packer 1 0 0
attr BaseGeneratorLower.resume_blocks 1 0 0
meth PyGeneratorLower.get_generator_type 1 0 0
meth PyGeneratorLower.box_generator_struct 3 0 0
meth PyGeneratorLower.init_generator_state 2 0 0
meth PyGeneratorLower.lower_finalize_func_body 3 0 0

numba.core.imputils (92 missing, 0 any)

Symbol Typable Typed Any
func impl_ret_borrowed 5 0 0
func call_len 5 0 0
func user_generator 3 0 0
func force_error_model 3 0 0
func impl_ret_new_ref 5 0 0
attr builtin_registry 1 0 0
func call_iternext 5 0 0
func for_iter 5 0 0
func user_function 3 0 0
func numba_typeref_ctor 3 0 0
func iternext_impl 2 0 0
func call_getiter 5 0 0
meth Registry.init 2 0 0
meth Registry.lower 3 0 0
meth Registry._decorate_attr 6 0 0
meth Registry.lower_getattr 3 0 0
meth Registry.lower_getattr_generic 2 0 0
meth Registry.lower_setattr 3 0 0
meth Registry.lower_setattr_generic 2 0 0
meth Registry.lower_cast 3 0 0
meth Registry.lower_constant 2 0 0
meth Registry.repr 1 0 0
attr Registry.name 1 0 0
attr Registry.functions 1 0 0
attr Registry.getattrs 1 0 0
attr Registry.setattrs 1 0 0
attr Registry.casts 1 0 0
attr Registry.constants 1 0 0
func impl_ret_untracked 5 0 0
func fix_returning_optional 6 0 0
func iterator_impl 3 0 0

numba.core.inline_closurecall (99 missing, 0 any)

Symbol Typable Typed Any
func callee_ir_validator 2 0 0
func length_of_iterator 3 0 0
meth InlineWorker.init 9 0 0
meth InlineWorker.inline_ir 7 0 0
meth InlineWorker.inline_function 6 0 0
meth InlineWorker.run_untyped_passes 3 0 0
meth InlineWorker.update_type_and_call_maps 3 0 0
attr InlineWorker.typingctx 1 0 0
attr InlineWorker.targetctx 1 0 0
attr InlineWorker.locals 1 0 0
attr InlineWorker.pipeline 1 0 0
attr InlineWorker.flags 1 0 0
attr InlineWorker.validator 1 0 0
attr InlineWorker.debug_print 1 0 0
attr InlineWorker.typemap 1 0 0
attr InlineWorker.calltypes 1 0 0
meth RewriteArrayOfConsts.init 4 0 0
meth RewriteArrayOfConsts.match 5 0 0
meth RewriteArrayOfConsts.apply 1 0 0
attr RewriteArrayOfConsts.typingctx 1 0 0
func check_reduce_func 3 0 0
meth InlineClosureCallPass.init 5 0 0
meth InlineClosureCallPass.run 1 0 0
meth InlineClosureCallPass._inline_reduction 6 0 0
meth InlineClosureCallPass._inline_stencil 4 0 0
meth InlineClosureCallPass._fix_stencil_neighborhood 2 0 0
meth InlineClosureCallPass._fix_stencil_index_offsets 2 0 0
meth InlineClosureCallPass._inline_closure 5 0 0
attr InlineClosureCallPass.func_ir 1 0 0
attr InlineClosureCallPass.parallel_options 1 0 0
attr InlineClosureCallPass.swapped 1 0 0
attr InlineClosureCallPass.typed 1 0 0
func inline_closure_call 14 0 0

numba.core.interpreter (822 missing, 0 any)

Symbol Typable Typed Any
func peep_hole_delete_with_exit 2 0 0
func peep_hole_call_function_ex_to_call_function_kw 2 0 0
func peep_hole_split_at_pop_block 2 0 0
meth Assigner.init 1 0 0
meth Assigner.assign 3 0 0
meth Assigner.get_assignment_source 2 0 0
attr Assigner.dest_to_src 1 0 0
attr Assigner.src_invalidate 1 0 0
attr Assigner.unused_dests 1 0 0
meth Interpreter.init 2 0 0
meth Interpreter.interpret 2 0 0
meth Interpreter.post_process 3 0 0
meth Interpreter._end_try_blocks 1 0 0
meth Interpreter._legalize_exception_vars 1 0 0
meth Interpreter.init_first_block 1 0 0
meth Interpreter._iter_inst 1 0 0
meth Interpreter._start_new_block 2 0 0
meth Interpreter._end_current_block 1 0 0
meth Interpreter._inject_call 4 0 0
meth Interpreter._insert_try_block_begin 1 0 0
meth Interpreter._insert_try_block_end 1 0 0
meth Interpreter._insert_exception_variables 1 0 0
meth Interpreter._insert_exception_check 1 0 0
meth Interpreter._remove_unused_temporaries 1 0 0
meth Interpreter._var_used_in_binop 3 0 0
meth Interpreter._insert_outgoing_phis 1 0 0
meth Interpreter.get_global_value 2 0 0
meth Interpreter.get_closure_value 2 0 0
meth Interpreter._dispatch 3 0 0
meth Interpreter.store 4 0 0
meth Interpreter.get 2 0 0
meth Interpreter.insert_block 4 0 0
meth Interpreter.op_NOP 2 0 0
meth Interpreter.op_NOT_TAKEN 2 0 0
meth Interpreter.op_RESUME 2 0 0
meth Interpreter.op_CACHE 2 0 0
meth Interpreter.op_PRECALL 2 0 0
meth Interpreter.op_PUSH_NULL 2 0 0
meth Interpreter.op_RETURN_GENERATOR 2 0 0
meth Interpreter.op_PRINT_ITEM 5 0 0
meth Interpreter.op_PRINT_NEWLINE 4 0 0
meth Interpreter.op_UNPACK_SEQUENCE 5 0 0
meth Interpreter.op_FORMAT_SIMPLE 5 0 0
meth Interpreter.op_FORMAT_VALUE 5 0 0
meth Interpreter.op_BUILD_STRING 4 0 0
meth Interpreter.op_BUILD_SLICE 7 0 0
meth Interpreter.op_BINARY_SLICE 8 0 0
meth Interpreter.op_STORE_SLICE 8 0 0
meth Interpreter.op_SLICE_0 7 0 0
meth Interpreter.op_SLICE_1 8 0 0
meth Interpreter.op_SLICE_2 8 0 0
meth Interpreter.op_SLICE_3 8 0 0
meth Interpreter.op_STORE_SLICE_0 7 0 0
meth Interpreter.op_STORE_SLICE_1 8 0 0
meth Interpreter.op_STORE_SLICE_2 8 0 0
meth Interpreter.op_STORE_SLICE_3 8 0 0
meth Interpreter.op_DELETE_SLICE_0 6 0 0
meth Interpreter.op_DELETE_SLICE_1 7 0 0
meth Interpreter.op_DELETE_SLICE_2 7 0 0
meth Interpreter.op_DELETE_SLICE_3 7 0 0
meth Interpreter._op_LOAD_FAST 3 0 0
meth Interpreter.op_LOAD_FAST 4 0 0
meth Interpreter.op_LOAD_FAST 3 0 0
meth Interpreter.op_LOAD_FAST_LOAD_FAST 4 0 0
meth Interpreter.op_STORE_FAST_LOAD_FAST 4 0 0
meth Interpreter.op_STORE_FAST_STORE_FAST 4 0 0
meth Interpreter.op_LOAD_FAST_CHECK 4 0 0
meth Interpreter.op_LOAD_FAST_AND_CLEAR 3 0 0
meth Interpreter.op_LOAD_FAST_BORROW 4 0 0
meth Interpreter.op_LOAD_FAST_BORROW_LOAD_FAST_BORROW 4 0 0
meth Interpreter.op_STORE_FAST 3 0 0
meth Interpreter.op_DELETE_FAST 2 0 0
meth Interpreter.op_DUP_TOPX 4 0 0
meth Interpreter.op_DUP_TOP 4 0 0
meth Interpreter.op_DUP_TOP_TWO 4 0 0
meth Interpreter.op_STORE_ATTR 4 0 0
meth Interpreter.op_DELETE_ATTR 3 0 0
meth Interpreter.op_LOAD_ATTR 4 0 0
meth Interpreter.op_LOAD_CONST 3 0 0
meth Interpreter.op_LOAD_SMALL_INT 3 0 0
meth Interpreter.op_LOAD_GLOBAL 4 0 0
meth Interpreter.op_LOAD_GLOBAL 3 0 0
meth Interpreter.op_COPY_FREE_VARS 2 0 0
meth Interpreter.op_LOAD_DEREF 3 0 0
meth Interpreter.op_LOAD_DEREF 3 0 0
meth Interpreter.op_MAKE_CELL 2 0 0
meth Interpreter.op_STORE_DEREF 3 0 0
meth Interpreter.op_STORE_DEREF 3 0 0
meth Interpreter.op_SETUP_LOOP 2 0 0
meth Interpreter.op_SETUP_WITH 4 0 0
meth Interpreter.op_BEFORE_WITH 5 0 0
meth Interpreter.op_SETUP_FINALLY 2 0 0
meth Interpreter.op_WITH_CLEANUP 2 0 0
meth Interpreter.op_WITH_CLEANUP_START 2 0 0
meth Interpreter.op_WITH_CLEANUP_FINISH 2 0 0
meth Interpreter.op_END_FINALLY 2 0 0
meth Interpreter.op_BEGIN_FINALLY 3 0 0
meth Interpreter.op_CALL 6 0 0
meth Interpreter.op_CALL_KW 6 0 0
meth Interpreter.op_CALL_FUNCTION 5 0 0
meth Interpreter.op_CALL_FUNCTION_KW 6 0 0
meth Interpreter.op_CALL_FUNCTION_EX 6 0 0
meth Interpreter._build_tuple_unpack 5 0 0
meth Interpreter.op_BUILD_TUPLE_UNPACK_WITH_CALL 5 0 0
meth Interpreter.op_BUILD_TUPLE_UNPACK 5 0 0
meth Interpreter.op_LIST_TO_TUPLE 4 0 0
meth Interpreter.op_BUILD_CONST_KEY_MAP 6 0 0
meth Interpreter.op_GET_ITER 4 0 0
meth Interpreter.op_FOR_ITER 6 0 0
meth Interpreter.op_BINARY_SUBSCR 5 0 0
meth Interpreter.op_STORE_SUBSCR 5 0 0
meth Interpreter.op_DELETE_SUBSCR 4 0 0
meth Interpreter.op_BUILD_TUPLE 4 0 0
meth Interpreter.op_BUILD_LIST 4 0 0
meth Interpreter.op_BUILD_SET 4 0 0
meth Interpreter.op_SET_ADD 6 0 0
meth Interpreter.op_SET_UPDATE 6 0 0
meth Interpreter.op_DICT_UPDATE 6 0 0
meth Interpreter.op_BUILD_MAP 5 0 0
meth Interpreter.op_STORE_MAP 5 0 0
meth Interpreter.op_UNARY_NEGATIVE 4 0 0
meth Interpreter.op_UNARY_POSITIVE 4 0 0
meth Interpreter.op_UNARY_INVERT 4 0 0
meth Interpreter.op_UNARY_NOT 4 0 0
meth Interpreter._binop 5 0 0
meth Interpreter._inplace_binop 5 0 0
meth Interpreter.op_BINARY_OP 6 0 0
meth Interpreter.op_BINARY_ADD 5 0 0
meth Interpreter.op_BINARY_SUBTRACT 5 0 0
meth Interpreter.op_BINARY_MULTIPLY 5 0 0
meth Interpreter.op_BINARY_DIVIDE 5 0 0
meth Interpreter.op_BINARY_TRUE_DIVIDE 5 0 0
meth Interpreter.op_BINARY_FLOOR_DIVIDE 5 0 0
meth Interpreter.op_BINARY_MODULO 5 0 0
meth Interpreter.op_BINARY_POWER 5 0 0
meth Interpreter.op_BINARY_MATRIX_MULTIPLY 5 0 0
meth Interpreter.op_BINARY_LSHIFT 5 0 0
meth Interpreter.op_BINARY_RSHIFT 5 0 0
meth Interpreter.op_BINARY_AND 5 0 0
meth Interpreter.op_BINARY_OR 5 0 0
meth Interpreter.op_BINARY_XOR 5 0 0
meth Interpreter.op_INPLACE_ADD 5 0 0
meth Interpreter.op_INPLACE_SUBTRACT 5 0 0
meth Interpreter.op_INPLACE_MULTIPLY 5 0 0
meth Interpreter.op_INPLACE_DIVIDE 5 0 0
meth Interpreter.op_INPLACE_TRUE_DIVIDE 5 0 0
meth Interpreter.op_INPLACE_FLOOR_DIVIDE 5 0 0
meth Interpreter.op_INPLACE_MODULO 5 0 0
meth Interpreter.op_INPLACE_POWER 5 0 0
meth Interpreter.op_INPLACE_MATRIX_MULTIPLY 5 0 0
meth Interpreter.op_INPLACE_LSHIFT 5 0 0
meth Interpreter.op_INPLACE_RSHIFT 5 0 0
meth Interpreter.op_INPLACE_AND 5 0 0
meth Interpreter.op_INPLACE_OR 5 0 0
meth Interpreter.op_INPLACE_XOR 5 0 0
meth Interpreter.op_JUMP_ABSOLUTE 2 0 0
meth Interpreter.op_JUMP_FORWARD 2 0 0
meth Interpreter.op_JUMP_BACKWARD 2 0 0
meth Interpreter.op_JUMP_BACKWARD_NO_INTERRUPT 2 0 0
meth Interpreter.op_POP_BLOCK 3 0 0
meth Interpreter.op_RETURN_VALUE 4 0 0
meth Interpreter.op_RETURN_CONST 4 0 0
meth Interpreter.op_TO_BOOL 4 0 0
meth Interpreter.op_COMPARE_OP 5 0 0
meth Interpreter.op_IS_OP 5 0 0
meth Interpreter.op_CONTAINS_OP 5 0 0
meth Interpreter.op_BREAK_LOOP 3 0 0
meth Interpreter._op_JUMP_IF 4 0 0
meth Interpreter.op_JUMP_IF_FALSE 3 0 0
meth Interpreter.op_JUMP_IF_TRUE 3 0 0
meth Interpreter._jump_if_none 4 0 0
meth Interpreter.op_POP_JUMP_FORWARD_IF_NONE 3 0 0
meth Interpreter.op_POP_JUMP_FORWARD_IF_NOT_NONE 3 0 0
meth Interpreter.op_POP_JUMP_IF_NONE 3 0 0
meth Interpreter.op_POP_JUMP_IF_NOT_NONE 3 0 0
meth Interpreter.op_POP_JUMP_BACKWARD_IF_NONE 3 0 0
meth Interpreter.op_POP_JUMP_BACKWARD_IF_NOT_NONE 3 0 0
meth Interpreter.op_POP_JUMP_FORWARD_IF_FALSE 3 0 0
meth Interpreter.op_POP_JUMP_FORWARD_IF_TRUE 3 0 0
meth Interpreter.op_POP_JUMP_BACKWARD_IF_FALSE 3 0 0
meth Interpreter.op_POP_JUMP_BACKWARD_IF_TRUE 3 0 0
meth Interpreter.op_POP_JUMP_IF_FALSE 3 0 0
meth Interpreter.op_POP_JUMP_IF_TRUE 3 0 0
meth Interpreter.op_JUMP_IF_FALSE_OR_POP 3 0 0
meth Interpreter.op_JUMP_IF_TRUE_OR_POP 3 0 0
meth Interpreter.op_CHECK_EXC_MATCH 5 0 0
meth Interpreter.op_JUMP_IF_NOT_EXC_MATCH 5 0 0
meth Interpreter.op_RERAISE 3 0 0
meth Interpreter.op_RAISE_VARARGS 3 0 0
meth Interpreter.op_YIELD_VALUE 4 0 0
meth Interpreter.op_MAKE_FUNCTION 10 0 0
meth Interpreter.op_MAKE_CLOSURE 9 0 0
meth Interpreter.op_LOAD_CLOSURE 3 0 0
meth Interpreter.op_LOAD_CLOSURE 3 0 0
meth Interpreter.op_LIST_APPEND 6 0 0
meth Interpreter.op_LIST_EXTEND 6 0 0
meth Interpreter.op_MAP_ADD 7 0 0
meth Interpreter.op_LOAD_ASSERTION_ERROR 3 0 0
meth Interpreter.op_LOAD_METHOD 3 0 0
meth Interpreter.op_CALL_METHOD 3 0 0
meth Interpreter.op_CALL_INTRINSIC_1 4 0 0
meth Interpreter.op_LOAD_SPECIAL 5 0 0
meth Interpreter.op_LOAD_COMMON_CONSTANT 4 0 0
prop Interpreter.current_scope 1 0 0
prop Interpreter.code_consts 1 0 0
prop Interpreter.code_locals 1 0 0
prop Interpreter.code_names 1 0 0
prop Interpreter.code_cellvars 1 0 0
prop Interpreter.code_freevars 1 0 0
attr Interpreter.func_id 1 0 0
attr Interpreter.arg_count 1 0 0
attr Interpreter.arg_names 1 0 0
attr Interpreter.loc 1 0 0
attr Interpreter.first_loc 1 0 0
attr Interpreter.is_generator 1 0 0
attr Interpreter.blocks 1 0 0
attr Interpreter.definitions 1 0 0
func peep_hole_list_to_tuple 2 0 0
func peep_hole_fuse_dict_add_updates 2 0 0

numba.core.intrinsics (4 missing, 0 any)

Symbol Typable Typed Any
func fix_divmod 2 0 0
attr OTHER_CMATHS 1 0 0
attr INTR_MATH 1 0 0

numba.core.ir (520 missing, 0 any)

Symbol Typable Typed Any
meth Jump.init 3 0 0
meth Jump.str 1 0 0
meth Jump.get_targets 1 0 0
attr Jump.target 1 0 0
attr Jump.loc 1 0 0
meth DynamicTryRaise.init 4 0 0
meth DynamicTryRaise.str 1 0 0
attr DynamicTryRaise.exc_class 1 0 0
attr DynamicTryRaise.exc_args 1 0 0
attr DynamicTryRaise.loc 1 0 0
meth Global.init 4 0 0
meth Global.str 1 0 0
meth Global.infer_constant 1 0 0
meth Global.deepcopy 2 0 0
attr Global.name 1 0 0
attr Global.value 1 0 0
attr Global.loc 1 0 0
meth EqualityCheckMixin.eq 2 0 0
meth EqualityCheckMixin.le 2 0 0
meth EqualityCheckMixin.hash 1 0 0
meth StaticRaise.init 4 0 0
meth StaticRaise.str 1 0 0
meth StaticRaise.get_targets 1 0 0
attr StaticRaise.exc_class 1 0 0
attr StaticRaise.exc_args 1 0 0
attr StaticRaise.loc 1 0 0
meth Yield.init 4 0 0
meth Yield.str 1 0 0
meth Yield.list_vars 1 0 0
attr Yield.value 1 0 0
attr Yield.loc 1 0 0
attr Yield.index 1 0 0
meth Arg.init 4 0 0
meth Arg.repr 1 0 0
meth Arg.infer_constant 1 0 0
attr Arg.name 1 0 0
attr Arg.index 1 0 0
attr Arg.loc 1 0 0
meth SetAttr.init 5 0 0
meth SetAttr.repr 1 0 0
attr SetAttr.target 1 0 0
attr SetAttr.attr 1 0 0
attr SetAttr.value 1 0 0
attr SetAttr.loc 1 0 0
meth Loc.init 5 0 0
meth Loc.eq 2 0 0
meth Loc.ne 2 0 0
meth Loc.from_function_id 2 0 0
meth Loc.repr 1 0 0
meth Loc.str 1 0 0
meth Loc._find_definition 1 0 0
meth Loc._raw_function_name 1 0 0
meth Loc.get_lines 1 0 0
meth Loc._get_path 1 0 0
meth Loc.strformat 2 0 0
meth Loc.with_lineno 3 0 0
meth Loc.short 1 0 0
attr Loc._defmatcher 1 0 0
attr Loc.filename 1 0 0
attr Loc.line 1 0 0
attr Loc.col 1 0 0
attr Loc.lines 1 0 0
attr Loc.maybe_decorator 1 0 0
meth Assign.init 4 0 0
meth Assign.str 1 0 0
attr Assign.value 1 0 0
attr Assign.target 1 0 0
attr Assign.loc 1 0 0
meth Stmt.list_vars 1 0 0
meth FreeVar.init 5 0 0
meth FreeVar.str 1 0 0
meth FreeVar.infer_constant 1 0 0
meth FreeVar.deepcopy 2 0 0
attr FreeVar.index 1 0 0
attr FreeVar.name 1 0 0
attr FreeVar.value 1 0 0
attr FreeVar.loc 1 0 0
meth With.init 3 0 0
meth With.repr 1 0 0
attr With.entry 1 0 0
attr With.exit 1 0 0
meth UndefinedType.new 1 0 0
meth UndefinedType.repr 1 0 0
attr UNDEFINED 1 0 0
meth PopBlock.init 2 0 0
meth PopBlock.str 1 0 0
attr PopBlock.loc 1 0 0
attr unknown_loc 1 0 0
meth FunctionIR.init 8 0 0
meth FunctionIR.equal_ir 2 0 0
meth FunctionIR.diff_str 2 0 0
meth FunctionIR._reset_analysis_variables 1 0 0
meth FunctionIR.derive 6 0 0
meth FunctionIR.copy 1 0 0
meth FunctionIR.get_block_entry_vars 2 0 0
meth FunctionIR.infer_constant 2 0 0
meth FunctionIR.get_definition 3 0 0
meth FunctionIR.get_assignee 3 0 0
meth FunctionIR.dump 2 0 0
meth FunctionIR.dump_to_string 1 0 0
meth FunctionIR.dump_generator_info 2 0 0
meth FunctionIR.render_dot 3 0 0
attr FunctionIR.blocks 1 0 0
attr FunctionIR.is_generator 1 0 0
attr FunctionIR.func_id 1 0 0
attr FunctionIR.loc 1 0 0
attr FunctionIR.arg_count 1 0 0
attr FunctionIR.arg_names 1 0 0
meth StaticSetItem.init 6 0 0
meth StaticSetItem.repr 1 0 0
attr StaticSetItem.target 1 0 0
attr StaticSetItem.index 1 0 0
attr StaticSetItem.index_var 1 0 0
attr StaticSetItem.value 1 0 0
attr StaticSetItem.loc 1 0 0
meth DelItem.init 4 0 0
meth DelItem.repr 1 0 0
attr DelItem.target 1 0 0
attr DelItem.index 1 0 0
attr DelItem.loc 1 0 0
meth Inst.list_vars 1 0 0
meth Inst._rec_list_vars 2 0 0
meth Terminator.get_targets 1 0 0
meth DynamicRaise.init 4 0 0
meth DynamicRaise.str 1 0 0
meth DynamicRaise.get_targets 1 0 0
attr DynamicRaise.exc_class 1 0 0
attr DynamicRaise.exc_args 1 0 0
attr DynamicRaise.loc 1 0 0
meth TryRaise.init 3 0 0
meth TryRaise.str 1 0 0
attr TryRaise.exception 1 0 0
attr TryRaise.loc 1 0 0
meth Const.init 4 0 0
meth Const.repr 1 0 0
meth Const.infer_constant 1 0 0
meth Const.deepcopy 2 0 0
attr Const.value 1 0 0
attr Const.loc 1 0 0
attr Const.use_literal_type 1 0 0
meth Return.init 3 0 0
meth Return.str 1 0 0
meth Return.get_targets 1 0 0
attr Return.value 1 0 0
attr Return.loc 1 0 0
meth StoreMap.init 5 0 0
meth StoreMap.repr 1 0 0
attr StoreMap.dct 1 0 0
attr StoreMap.key 1 0 0
attr StoreMap.value 1 0 0
attr StoreMap.loc 1 0 0
meth Expr.init 4 0 0
meth Expr.getattr 2 0 0
meth Expr.setattr 3 0 0
meth Expr.binop 5 0 0
meth Expr.inplace_binop 6 0 0
meth Expr.unary 4 0 0
meth Expr.call 8 0 0
meth Expr.build_tuple 3 0 0
meth Expr.build_list 3 0 0
meth Expr.build_set 3 0 0
meth Expr.build_map 6 0 0
meth Expr.pair_first 3 0 0
meth Expr.pair_second 3 0 0
meth Expr.getiter 3 0 0
meth Expr.iternext 3 0 0
meth Expr.exhaust_iter 4 0 0
meth Expr.getattr 4 0 0
meth Expr.getitem 4 0 0
meth Expr.typed_getitem 5 0 0
meth Expr.static_getitem 5 0 0
meth Expr.cast 3 0 0
meth Expr.phi 2 0 0
meth Expr.make_function 6 0 0
meth Expr.null 2 0 0
meth Expr.undef 2 0 0
meth Expr.dummy 4 0 0
meth Expr.repr 1 0 0
meth Expr.list_vars 1 0 0
meth Expr.infer_constant 1 0 0
attr Expr.op 1 0 0
attr Expr.loc 1 0 0
meth EnterWith.init 5 0 0
meth EnterWith.str 1 0 0
meth EnterWith.list_vars 1 0 0
attr EnterWith.contextmanager 1 0 0
attr EnterWith.begin 1 0 0
attr EnterWith.end 1 0 0
attr EnterWith.loc 1 0 0
meth Loop.init 3 0 0
meth Loop.repr 1 0 0
attr Loop.entry 1 0 0
attr Loop.exit 1 0 0
meth VarMap.init 1 0 0
meth VarMap.define 3 0 0
meth VarMap.get 2 0 0
meth VarMap.contains 2 0 0
meth VarMap.len 1 0 0
meth VarMap.repr 1 0 0
meth VarMap.hash 1 0 0
meth VarMap.iter 1 0 0
meth VarMap.eq 2 0 0
meth VarMap.ne 2 0 0
meth DelAttr.init 4 0 0
meth DelAttr.repr 1 0 0
attr DelAttr.target 1 0 0
attr DelAttr.attr 1 0 0
attr DelAttr.loc 1 0 0
meth Scope.init 3 0 0
meth Scope.define 3 0 0
meth Scope.get 2 0 0
meth Scope.get_exact 2 0 0
meth Scope.get_or_define 3 0 0
meth Scope.redefine 4 0 0
meth Scope.get_versions_of 2 0 0
meth Scope.make_temp 2 0 0
meth Scope.repr 1 0 0
prop Scope.has_parent 1 0 0
attr Scope.parent 1 0 0
attr Scope.localvars 1 0 0
attr Scope.loc 1 0 0
attr Scope.redefined 1 0 0
attr Scope.var_redefinitions 1 0 0
meth Branch.init 5 0 0
meth Branch.str 1 0 0
meth Branch.get_targets 1 0 0
attr Branch.cond 1 0 0
attr Branch.truebr 1 0 0
attr Branch.falsebr 1 0 0
attr Branch.loc 1 0 0
meth StaticTryRaise.init 4 0 0
meth StaticTryRaise.str 1 0 0
attr StaticTryRaise.exc_class 1 0 0
attr StaticTryRaise.exc_args 1 0 0
attr StaticTryRaise.loc 1 0 0
meth Del.init 3 0 0
meth Del.str 1 0 0
attr Del.value 1 0 0
attr Del.loc 1 0 0
meth SlotEqualityCheckMixin.eq 2 0 0
meth SlotEqualityCheckMixin.le 2 0 0
meth SlotEqualityCheckMixin.hash 1 0 0
meth Block.init 3 0 0
meth Block.copy 1 0 0
meth Block.find_exprs 2 0 0
meth Block.find_insts 2 0 0
meth Block.find_variable_assignment 2 0 0
meth Block.prepend 2 0 0
meth Block.append 2 0 0
meth Block.remove 2 0 0
meth Block.clear 1 0 0
meth Block.dump 2 0 0
meth Block.verify 1 0 0
meth Block.insert_after 3 0 0
meth Block.insert_before_terminator 2 0 0
meth Block.repr 1 0 0
prop Block.terminator 1 0 0
prop Block.is_terminated 1 0 0
attr Block.scope 1 0 0
attr Block.body 1 0 0
attr Block.loc 1 0 0
meth Print.init 4 0 0
meth Print.str 1 0 0
attr Print.args 1 0 0
attr Print.vararg 1 0 0
attr Print.consts 1 0 0
attr Print.loc 1 0 0
meth Var.init 4 0 0
meth Var.repr 1 0 0
meth Var.str 1 0 0
meth Var.deepcopy 2 0 0
prop Var.is_temp 1 0 0
prop Var.unversioned_name 1 0 0
prop Var.versioned_names 1 0 0
prop Var.all_names 1 0 0
attr Var.scope 1 0 0
attr Var.name 1 0 0
attr Var.loc 1 0 0
meth SetItem.init 5 0 0
meth SetItem.repr 1 0 0
attr SetItem.target 1 0 0
attr SetItem.index 1 0 0
attr SetItem.value 1 0 0
attr SetItem.loc 1 0 0
meth Raise.init 3 0 0
meth Raise.str 1 0 0
meth Raise.get_targets 1 0 0
attr Raise.exception 1 0 0
attr Raise.loc 1 0 0

numba.core.ir_utils (316 missing, 0 any)

Symbol Typable Typed Any
func add_offset_to_labels 3 0 0
func transfer_scope 3 0 0
func fill_callee_epilogue 3 0 0
func is_return 2 0 0
func replace_var_callback 3 0 0
func legalize_names 2 0 0
func warn_deprecated 3 0 0
func check_and_legalize_ir 3 1 0
func is_operator_or_getitem 2 0 0
func set_index_var_of_get_setitem 3 0 0
func simplify_CFG 2 0 0
func get_tuple_table 3 0 0
func mk_loop_header 6 0 0
func get_array_accesses 3 0 0
func find_outer_value 3 0 0
func is_setitem 2 0 0
func find_build_sequence 3 0 0
func get_definition 4 0 0
func index_var_of_get_setitem 2 0 0
func get_stmt_writes 2 0 0
func is_getitem 2 0 0
func find_potential_aliases 7 0 0
func has_no_side_effect 4 0 0
func find_max_label 2 0 0
func next_label 1 0 0
func get_unused_var_name 3 0 0
func get_ir_of_code 3 0 0
func dead_code_elimination 5 0 0
func is_slice_index 2 0 0
func compile_to_numba_ir 8 0 0
func convert_code_obj_to_function 3 0 0
func replace_returns 4 0 0
func require 2 0 0
func is_pop_block 2 0 0
func merge_adjacent_blocks 2 0 0
func find_callname 5 0 0
func is_immutable_type 3 0 0
func restore_copy_var_names 4 0 0
func dprint_func_ir 4 0 0
func canonicalize_array_math 5 0 0
func dump_blocks 2 0 0
func enforce_no_dels 2 0 0
func convert_size_to_var 6 0 0
func fill_block_with_call 6 0 0
func get_canonical_alias 3 0 0
func replace_vars_inner 3 0 0
func remove_dead 7 0 0
func is_terminator 2 0 0
func find_const 3 0 0
func flatten_labels 2 0 0
func is_get_setitem 2 0 0
func get_np_ufunc_typ 3 0 0
func fill_callee_prologue 4 0 0
func build_definitions 3 0 0
func replace_vars_stmt 3 0 0
func remove_args 2 0 0
func is_pure 4 0 0
func replace_vars 3 0 0
func is_namedtuple_class 2 0 0
func is_raise 2 0 0
func legalize_single_scope 2 0 0
func rename_labels 2 0 0
func is_const_call 3 0 0
func remove_dels 2 0 0
func enforce_no_phis 2 0 0
func mk_unique_var 2 0 0
func replace_var_names 3 0 0
func is_setup_with 2 0 0
func remove_dead_random_call 4 0 0
func visit_vars 4 0 0
func guard 4 0 0
func init_copy_propagate_data 4 0 0
func fixup_var_define_in_scope 2 0 0
func resolve_func_from_module 3 0 0
func fix_setitem_type 4 0 0
func simplify 5 0 0
func dump_block 3 0 0
func remove_dead_block 9 0 0
func copy_propagate 3 0 0
func get_block_copies 3 0 0
func get_global_func_typ 2 0 0
func visit_vars_inner 4 0 0
func apply_copy_propagate 7 0 0
func mk_alloc 10 0 0
func gen_np_call 8 0 0
func get_name_var_table 2 0 0
func visit_vars_stmt 4 0 0
func mk_range_block 8 0 0
func find_topo_order 3 0 0
func get_call_table 5 0 0
func replace_arg_nodes 3 0 0
func raise_on_unsupported_feature 3 0 0

numba.core.itanium_mangler (20 missing, 0 any)

Symbol Typable Typed Any
func mangle_type_or_value 2 0 0
func prepend_namespace 3 0 0
func mangle_templated_ident 3 0 0
func mangle_args 2 0 0
func mangle 5 0 0
func mangle_identifier 5 0 0

numba.core.llvm_bindings (5 missing, 0 any)

Symbol Typable Typed Any
func create_pass_builder 5 0 0

numba.core.lowering (180 missing, 0 any)

Symbol Typable Typed Any
meth BaseLower.init 6 0 0
meth BaseLower.init 1 0 0
meth BaseLower.init_pyapi 1 0 0
meth BaseLower._compute_def_location 1 0 0
meth BaseLower.pre_lower 1 0 0
meth BaseLower.post_lower 1 0 0
meth BaseLower.pre_block 2 0 0
meth BaseLower.post_block 2 0 0
meth BaseLower.return_dynamic_exception 5 0 0
meth BaseLower.return_exception 4 0 0
meth BaseLower.set_exception 4 0 0
meth BaseLower.emit_environment_object 1 0 0
meth BaseLower.lower 1 0 0
meth BaseLower.extract_function_arguments 1 0 0
meth BaseLower.lower_normal_function 2 0 0
meth BaseLower.lower_function_body 1 0 0
meth BaseLower.lower_block 2 0 0
meth BaseLower.create_cpython_wrapper 2 0 0
meth BaseLower.create_cfunc_wrapper 1 0 0
meth BaseLower.setup_function 2 0 0
meth BaseLower.typeof 2 0 0
meth BaseLower.debug_print 2 0 0
meth BaseLower.print_variable 3 0 0
prop BaseLower.call_conv 1 0 0
attr BaseLower.library 1 0 0
attr BaseLower.fndesc 1 0 0
attr BaseLower.blocks 1 0 0
attr BaseLower.func_ir 1 0 0
attr BaseLower.generator_info 1 0 0
attr BaseLower.metadata 1 0 0
attr BaseLower.flags 1 0 0
attr BaseLower.module 1 0 0
attr BaseLower.env 1 0 0
attr BaseLower.blkmap 1 0 0
attr BaseLower.pending_phis 1 0 0
attr BaseLower.varmap 1 0 0
attr BaseLower.firstblk 1 0 0
attr BaseLower.loc 1 0 0
attr BaseLower.context 1 0 0
attr BaseLower.defn_loc 1 0 0
attr BaseLower.debuginfo 1 0 0
meth Lower.init 1 0 0
meth Lower._find_singly_assigned_variable 1 0 0
meth Lower.pre_block 2 0 0
meth Lower.post_block 2 0 0
meth Lower.lower_inst 2 0 0
meth Lower.lower_setitem 5 0 0
meth Lower.lower_try_dynamic_raise 2 0 0
meth Lower.lower_dynamic_raise 2 0 0
meth Lower.lower_static_raise 2 0 0
meth Lower.lower_static_try_raise 2 0 0
meth Lower.lower_assign 3 0 0
meth Lower.lower_yield 3 0 0
meth Lower.lower_binop 4 0 0
meth Lower.lower_getitem 6 0 0
meth Lower._cast_var 3 0 0
meth Lower.fold_call_args 6 0 0
meth Lower.lower_print 2 0 0
meth Lower.lower_call 3 0 0
meth Lower._lower_call_ObjModeDispatcher 4 0 0
meth Lower._lower_call_ExternalFunction 4 0 0
meth Lower._lower_call_ExternalFunctionPointer 4 0 0
meth Lower._lower_call_RecursiveCall 4 0 0
meth Lower._lower_call_FunctionType 4 0 0
meth Lower.__call_first_class_function_pointer 5 0 0
meth Lower.__get_first_class_function_pointer 4 0 0
meth Lower._lower_call_normal 4 0 0
meth Lower.lower_expr 3 0 0
meth Lower._alloca_var 3 0 0
meth Lower.getvar 2 0 0
meth Lower.loadvar 2 0 0
meth Lower.storevar 4 0 0
meth Lower.delvar 2 0 0
meth Lower.alloca 3 0 0
meth Lower.alloca_lltype 4 0 0
meth Lower.incref 3 0 0
meth Lower.decref 3 0 0
prop Lower._disable_sroa_like_opt 1 0 0

numba.core.object_mode_passes (13 missing, 0 any)

Symbol Typable Typed Any
meth ObjectModeBackEnd.init 1 0 0
meth ObjectModeBackEnd._py_lowering_stage 5 0 0
meth ObjectModeBackEnd.run_pass 2 0 0
meth ObjectModeFrontEnd.init 1 0 0
meth ObjectModeFrontEnd._frontend_looplift 2 0 0
meth ObjectModeFrontEnd.run_pass 2 0 0

numba.core.optional (45 missing, 0 any)

Symbol Typable Typed Any
func optional_setattr 6 0 0
func always_return_true_impl 5 0 0
func any_to_optional 6 0 0
func optional_to_any 6 0 0
func optional_getattr 6 0 0
func always_return_false_impl 5 0 0
func optional_is_none 5 0 0
func optional_to_optional 6 0 0

numba.core.options (34 missing, 0 any)

Symbol Typable Typed Any
meth TargetOptions.finalize 3 0 0
meth TargetOptions.parse_as_flags 3 0 0
meth TargetOptions._apply 3 0 0
attr DefaultOptions.nopython 1 0 0
attr DefaultOptions.forceobj 1 0 0
attr DefaultOptions.looplift 1 0 0
attr DefaultOptions._nrt 1 0 0
attr DefaultOptions.debug 1 0 0
attr DefaultOptions.boundscheck 1 0 0
attr DefaultOptions.nogil 1 0 0
attr DefaultOptions.writable_args 1 0 0
attr DefaultOptions.no_rewrites 1 0 0
attr DefaultOptions.no_cpython_wrapper 1 0 0
attr DefaultOptions.no_cfunc_wrapper 1 0 0
attr DefaultOptions.parallel 1 0 0
attr DefaultOptions.fastmath 1 0 0
attr DefaultOptions.error_model 1 0 0
attr DefaultOptions.inline 1 0 0
attr DefaultOptions.forceinline 1 0 0
attr DefaultOptions._dbg_extend_lifetimes 1 0 0
attr DefaultOptions._dbg_optnone 1 0 0
meth Mapping.init 3 0 0
attr Mapping.flag_name 1 0 0
attr Mapping.apply 1 0 0
func include_default_options 2 0 0

numba.core.postproc (30 missing, 0 any)

Symbol Typable Typed Any
meth YieldPoint.init 3 0 0
attr YieldPoint.block 1 0 0
attr YieldPoint.inst 1 0 0
attr YieldPoint.live_vars 1 0 0
attr YieldPoint.weak_live_vars 1 0 0
meth PostProcessor.init 2 0 0
meth PostProcessor.run 3 2 0
meth PostProcessor._populate_generator_info 1 0 0
meth PostProcessor._compute_generator_info 1 0 0
meth PostProcessor._insert_var_dels 2 0 0
meth PostProcessor._patch_var_dels 4 0 0
meth PostProcessor.remove_dels 1 0 0
attr PostProcessor.func_ir 1 0 0
meth GeneratorInfo.init 1 0 0
meth GeneratorInfo.get_yield_points 1 0 0
attr GeneratorInfo.yield_points 1 0 0
attr GeneratorInfo.state_vars 1 0 0
meth VariableLifetime.init 2 0 0
prop VariableLifetime.cfg 1 0 0
prop VariableLifetime.usedefs 1 0 0
prop VariableLifetime.livemap 1 0 0
prop VariableLifetime.deadmaps 1 0 0

numba.core.pylowering (64 missing, 0 any)

Symbol Typable Typed Any
meth PyLower.init 1 0 0
meth PyLower.pre_lower 1 0 0
meth PyLower.post_lower 1 0 0
meth PyLower.pre_block 2 0 0
meth PyLower.lower_inst 2 0 0
meth PyLower.lower_assign 2 0 0
meth PyLower.lower_yield 2 0 0
meth PyLower.lower_binop 4 0 0
meth PyLower.lower_expr 2 0 0
meth PyLower.lower_const 2 0 0
meth PyLower.lower_global 3 0 0
meth PyLower.get_module_dict 1 0 0
meth PyLower.get_builtin_obj 2 0 0
meth PyLower.builtin_lookup 3 0 0
meth PyLower.check_occurred 1 0 0
meth PyLower.check_error 2 0 0
meth PyLower.check_int_status 3 0 0
meth PyLower.is_null 2 0 0
meth PyLower.return_exception_raised 1 0 0
meth PyLower.init_vars 2 0 0
meth PyLower._getvar 3 0 0
meth PyLower.loadvar 2 0 0
meth PyLower.delvar 2 0 0
meth PyLower.storevar 4 0 0
meth PyLower.cleanup_vars 1 0 0
meth PyLower.alloca 3 0 0
meth PyLower._alloca_var 3 0 0
meth PyLower.incref 2 0 0
meth PyLower.decref 2 0 0
meth PyLower._freeze_string 2 0 0
prop PyLower._omitted_typobj 1 0 0

numba.core.pythonapi (514 missing, 0 any)

Symbol Typable Typed Any
meth PythonAPI.init 3 0 0
meth PythonAPI.get_env_manager 4 0 0
meth PythonAPI.emit_environment_sentry 4 0 0
meth PythonAPI.incref 2 0 0
meth PythonAPI.decref 2 0 0
meth PythonAPI.get_type 2 0 0
meth PythonAPI.parse_tuple_and_keywords 6 0 0
meth PythonAPI.parse_tuple 4 0 0
meth PythonAPI.unpack_tuple 6 0 0
meth PythonAPI.err_occurred 1 0 0
meth PythonAPI.err_clear 1 0 0
meth PythonAPI.err_set_string 3 0 0
meth PythonAPI.err_format 4 0 0
meth PythonAPI.raise_object 2 0 0
meth PythonAPI.err_set_object 3 0 0
meth PythonAPI.err_set_none 2 0 0
meth PythonAPI.err_write_unraisable 2 0 0
meth PythonAPI.err_fetch 4 0 0
meth PythonAPI.err_restore 4 0 0
meth PythonAPI.err_push 2 0 0
meth PythonAPI.get_c_object 2 0 0
meth PythonAPI.raise_missing_global_error 2 0 0
meth PythonAPI.raise_missing_name_error 2 0 0
meth PythonAPI.fatal_error 2 0 0
meth PythonAPI.dict_getitem_string 3 0 0
meth PythonAPI.dict_getitem 3 0 0
meth PythonAPI.dict_new 2 0 0
meth PythonAPI.dict_setitem 4 0 0
meth PythonAPI.dict_setitem_string 4 0 0
meth PythonAPI.dict_pack 2 0 0
meth PythonAPI.float_from_double 2 0 0
meth PythonAPI.number_as_ssize_t 2 0 0
meth PythonAPI.number_long 2 0 0
meth PythonAPI.long_as_ulonglong 2 0 0
meth PythonAPI.long_as_longlong 2 0 0
meth PythonAPI.long_as_voidptr 2 0 0
meth PythonAPI._long_from_native_int 5 0 0
meth PythonAPI.long_from_long 2 0 0
meth PythonAPI.long_from_ulong 2 0 0
meth PythonAPI.long_from_ssize_t 2 0 0
meth PythonAPI.long_from_longlong 2 0 0
meth PythonAPI.long_from_ulonglong 2 0 0
meth PythonAPI.long_from_signed_int 2 0 0
meth PythonAPI.long_from_unsigned_int 2 0 0
meth PythonAPI._get_number_operator 2 0 0
meth PythonAPI._call_number_operator 5 0 0
meth PythonAPI.number_add 4 0 0
meth PythonAPI.number_subtract 4 0 0
meth PythonAPI.number_multiply 4 0 0
meth PythonAPI.number_truedivide 4 0 0
meth PythonAPI.number_floordivide 4 0 0
meth PythonAPI.number_remainder 4 0 0
meth PythonAPI.number_matrix_multiply 4 0 0
meth PythonAPI.number_lshift 4 0 0
meth PythonAPI.number_rshift 4 0 0
meth PythonAPI.number_and 4 0 0
meth PythonAPI.number_or 4 0 0
meth PythonAPI.number_xor 4 0 0
meth PythonAPI.number_power 4 0 0
meth PythonAPI.number_negative 2 0 0
meth PythonAPI.number_positive 2 0 0
meth PythonAPI.number_float 2 0 0
meth PythonAPI.number_invert 2 0 0
meth PythonAPI.float_as_double 2 0 0
meth PythonAPI.bool_from_bool 2 0 0
meth PythonAPI.bool_from_long 2 0 0
meth PythonAPI.complex_from_doubles 3 0 0
meth PythonAPI.complex_real_as_double 2 0 0
meth PythonAPI.complex_imag_as_double 2 0 0
meth PythonAPI.slice_as_ints 2 0 0
meth PythonAPI.sequence_getslice 4 0 0
meth PythonAPI.sequence_tuple 2 0 0
meth PythonAPI.sequence_concat 3 0 0
meth PythonAPI.list_new 2 0 0
meth PythonAPI.list_size 2 0 0
meth PythonAPI.list_append 3 0 0
meth PythonAPI.list_setitem 4 0 0
meth PythonAPI.list_getitem 3 0 0
meth PythonAPI.list_setslice 5 0 0
meth PythonAPI.tuple_getitem 3 0 0
meth PythonAPI.tuple_pack 2 0 0
meth PythonAPI.tuple_size 2 0 0
meth PythonAPI.tuple_new 2 0 0
meth PythonAPI.tuple_setitem 4 0 0
meth PythonAPI.set_new 2 0 0
meth PythonAPI.set_add 3 0 0
meth PythonAPI.set_clear 2 0 0
meth PythonAPI.set_size 2 0 0
meth PythonAPI.set_update 3 0 0
meth PythonAPI.set_next_entry 5 0 0
meth PythonAPI.set_iterate 2 0 0
meth PythonAPI.gil_ensure 1 0 0
meth PythonAPI.gil_release 2 0 0
meth PythonAPI.save_thread 1 0 0
meth PythonAPI.restore_thread 2 0 0
meth PythonAPI.object_get_private_data 2 0 0
meth PythonAPI.object_set_private_data 3 0 0
meth PythonAPI.object_reset_private_data 2 0 0
meth PythonAPI.import_module 2 0 0
meth PythonAPI.call_function_objargs 3 0 0
meth PythonAPI.call_method 4 0 0
meth PythonAPI.call 4 0 0
meth PythonAPI.object_type 2 0 0
meth PythonAPI.object_istrue 2 0 0
meth PythonAPI.object_not 2 0 0
meth PythonAPI.object_richcompare 4 0 0
meth PythonAPI.iter_next 2 0 0
meth PythonAPI.object_getiter 2 0 0
meth PythonAPI.object_getattr_string 3 0 0
meth PythonAPI.object_getattr 3 0 0
meth PythonAPI.object_setattr_string 4 0 0
meth PythonAPI.object_setattr 4 0 0
meth PythonAPI.object_delattr_string 3 0 0
meth PythonAPI.object_delattr 3 0 0
meth PythonAPI.object_getitem 3 0 0
meth PythonAPI.object_setitem 4 0 0
meth PythonAPI.object_delitem 3 0 0
meth PythonAPI.string_as_string 2 0 0
meth PythonAPI.string_as_string_and_size 2 0 0
meth PythonAPI.string_as_string_size_and_kind 2 0 0
meth PythonAPI.string_from_string_and_size 3 0 0
meth PythonAPI.string_from_string 2 0 0
meth PythonAPI.string_from_kind_and_data 4 0 0
meth PythonAPI.bytes_as_string 2 0 0
meth PythonAPI.bytes_as_string_and_size 4 0 0
meth PythonAPI.bytes_from_string_and_size 3 0 0
meth PythonAPI.object_hash 2 0 0
meth PythonAPI.object_str 2 0 0
meth PythonAPI.make_none 1 0 0
meth PythonAPI.borrow_none 1 0 0
meth PythonAPI.sys_write_stdout 3 0 0
meth PythonAPI.object_dump 2 0 0
meth PythonAPI.nrt_adapt_ndarray_to_python 4 0 0
meth PythonAPI.nrt_meminfo_new_from_pyobject 3 0 0
meth PythonAPI.nrt_meminfo_as_pyobject 2 0 0
meth PythonAPI.nrt_meminfo_from_pyobject 2 0 0
meth PythonAPI.nrt_adapt_ndarray_from_python 3 0 0
meth PythonAPI.nrt_adapt_buffer_from_python 3 0 0
meth PythonAPI._get_function 3 0 0
meth PythonAPI.alloca_obj 1 0 0
meth PythonAPI.alloca_buffer 1 0 0
meth PythonAPI.if_object_ok 2 0 0
meth PythonAPI.print_object 2 0 0
meth PythonAPI.print_string 2 0 0
meth PythonAPI.get_null_object 1 0 0
meth PythonAPI.return_none 1 0 0
meth PythonAPI.list_pack 2 0 0
meth PythonAPI.unserialize 2 0 0
meth PythonAPI.build_dynamic_excinfo_struct 3 0 0
meth PythonAPI.serialize_uncached 2 0 0
meth PythonAPI.serialize_object 2 0 0
meth PythonAPI.c_api_error 1 0 0
meth PythonAPI.to_native_value 3 0 0
meth PythonAPI.from_native_return 4 0 0
meth PythonAPI.from_native_value 4 0 0
meth PythonAPI.reflect_native_value 4 0 0
meth PythonAPI.to_native_generator 3 0 0
meth PythonAPI.from_native_generator 4 0 0
meth PythonAPI.numba_array_adaptor 3 0 0
meth PythonAPI.numba_buffer_adaptor 3 0 0
meth PythonAPI.complex_adaptor 3 0 0
meth PythonAPI.extract_record_data 3 0 0
meth PythonAPI.get_buffer 3 0 0
meth PythonAPI.release_buffer 2 0 0
meth PythonAPI.extract_np_datetime 2 0 0
meth PythonAPI.extract_np_timedelta 2 0 0
meth PythonAPI.create_np_datetime 3 0 0
meth PythonAPI.create_np_timedelta 3 0 0
meth PythonAPI.recreate_record 5 0 0
meth PythonAPI.string_from_constant_string 2 0 0
meth PythonAPI.call_jit_code 4 0 0
attr PythonAPI.context 1 0 0
attr PythonAPI.builder 1 0 0
attr PythonAPI.module 1 0 0
attr PythonAPI.pyobj 1 0 0
attr PythonAPI.pyobjptr 1 0 0
attr PythonAPI.voidptr 1 0 0
attr PythonAPI.long 1 0 0
attr PythonAPI.ulong 1 0 0
attr PythonAPI.longlong 1 0 0
attr PythonAPI.ulonglong 1 0 0
attr PythonAPI.double 1 0 0
attr PythonAPI.cstring 1 0 0
attr PythonAPI.gil_state 1 0 0
attr PythonAPI.py_buffer_t 1 0 0
attr PythonAPI.py_hash_t 1 0 0
attr PythonAPI.py_unicode_1byte_kind 1 0 0
attr PythonAPI.py_unicode_2byte_kind 1 0 0
attr PythonAPI.py_unicode_4byte_kind 1 0 0
attr PythonAPI.py_ssize_t 1 0 0
meth EnvironmentManager.init 5 0 0
meth EnvironmentManager.add_const 2 0 0
meth EnvironmentManager.read_const 2 0 0
attr EnvironmentManager.pyapi 1 0 0
attr EnvironmentManager.env 1 0 0
attr EnvironmentManager.env_body 1 0 0
attr EnvironmentManager.env_ptr 1 0 0
meth ObjModeUtils.init 2 0 0
meth ObjModeUtils.load_dispatcher 3 0 0
meth ObjModeUtils._call_objmode_dispatcher 2 0 0
attr ObjModeUtils.pyapi 1 0 0
meth NativeValue.init 4 0 0
attr NativeValue.value 1 0 0
attr NativeValue.is_error 1 0 0
attr NativeValue.cleanup 1 0 0

numba.core.registry (16 missing, 0 any)

Symbol Typable Typed Any
attr cpu_target 1 0 0
meth DelayedRegistry.init 3 0 0
meth DelayedRegistry.getitem 2 0 0
meth DelayedRegistry.setitem 3 0 0
attr DelayedRegistry.ondemand 1 0 0
attr DelayedRegistry.key_type 1 0 0
attr DelayedRegistry.value_type 1 0 0
prop CPUTarget._toplevel_target_context 1 0 0
prop CPUTarget._toplevel_typing_context 1 0 0
prop CPUTarget.target_context 1 0 0
prop CPUTarget.typing_context 1 0 0

numba.core.removerefctpass (4 missing, 0 any)

Symbol Typable Typed Any
func remove_unnecessary_nrt_usage 4 0 0

numba.core.rewrites.ir_print (12 missing, 0 any)

Symbol Typable Typed Any
meth RewritePrintCalls.match 5 0 0
meth RewritePrintCalls.apply 1 0 0
meth DetectConstPrintArguments.match 5 0 0
meth DetectConstPrintArguments.apply 1 0 0

numba.core.rewrites.registry (17 missing, 0 any)

Symbol Typable Typed Any
meth Rewrite.init 2 0 0
meth Rewrite.match 5 0 0
meth Rewrite.apply 1 0 0
attr rewrite_registry 1 0 0
meth RewriteRegistry.init 1 0 0
meth RewriteRegistry.register 2 0 0
meth RewriteRegistry.apply 3 0 0
attr RewriteRegistry._kinds 1 0 0
attr RewriteRegistry.rewrites 1 0 0

numba.core.rewrites.static_binop (6 missing, 0 any)

Symbol Typable Typed Any
meth DetectStaticBinops.match 5 0 0
meth DetectStaticBinops.apply 1 0 0

numba.core.rewrites.static_getitem (24 missing, 0 any)

Symbol Typable Typed Any
meth RewriteConstGetitems.match 5 0 0
meth RewriteConstGetitems.apply 1 0 0
meth RewriteStringLiteralGetitems.match 5 0 0
meth RewriteStringLiteralGetitems.apply 1 0 0
meth RewriteStringLiteralSetitems.match 5 0 0
meth RewriteStringLiteralSetitems.apply 1 0 0
meth RewriteConstSetitems.match 5 0 0
meth RewriteConstSetitems.apply 1 0 0

numba.core.rewrites.static_raise (14 missing, 0 any)

Symbol Typable Typed Any
meth RewriteConstRaises._is_exception_type 2 0 0
meth RewriteConstRaises._break_constant 3 0 0
meth RewriteConstRaises._try_infer_constant 3 0 0
meth RewriteConstRaises.match 5 0 0
meth RewriteConstRaises.apply 1 0 0

numba.core.runtime.context (103 missing, 0 any)

Symbol Typable Typed Any
meth NRTContext.init 3 0 0
meth NRTContext._require_nrt 1 0 0
meth NRTContext._check_null_result 1 0 0
meth NRTContext.allocate 3 0 0
meth NRTContext.allocate_unchecked 3 0 0
meth NRTContext.free 3 0 0
meth NRTContext.meminfo_alloc 3 0 0
meth NRTContext.meminfo_alloc_unchecked 3 0 0
meth NRTContext.meminfo_alloc_dtor 4 0 0
meth NRTContext.meminfo_alloc_dtor_unchecked 4 0 0
meth NRTContext.meminfo_alloc_aligned 4 0 0
meth NRTContext.meminfo_alloc_aligned_unchecked 4 0 0
meth NRTContext.meminfo_new_varsize 3 0 0
meth NRTContext.meminfo_new_varsize_unchecked 3 0 0
meth NRTContext.meminfo_new_varsize_dtor 4 0 0
meth NRTContext.meminfo_new_varsize_dtor_unchecked 4 0 0
meth NRTContext.meminfo_varsize_alloc 4 0 0
meth NRTContext.meminfo_varsize_alloc_unchecked 4 0 0
meth NRTContext.meminfo_varsize_realloc 4 0 0
meth NRTContext.meminfo_varsize_realloc_unchecked 4 0 0
meth NRTContext.meminfo_varsize_free 4 0 0
meth NRTContext._call_varsize_alloc 5 0 0
meth NRTContext.meminfo_data 3 0 0
meth NRTContext.get_meminfos 4 0 0
meth NRTContext._call_incref_decref 5 0 0
meth NRTContext.incref 4 0 0
meth NRTContext.decref 4 0 0
meth NRTContext.get_nrt_api 2 0 0
meth NRTContext.eh_check 2 0 0
meth NRTContext.eh_try 2 0 0
meth NRTContext.eh_end_try 2 0 0

numba.core.runtime.nrt (4 missing, 0 any)

Symbol Typable Typed Any
func typeof_meminfo 3 0 0
attr rtsys 1 0 0

numba.core.runtime.nrtdynmod (6 missing, 0 any)

Symbol Typable Typed Any
attr incref_decref_ty 1 0 0
func create_nrt_module 2 0 0
attr meminfo_data_ty 1 0 0
func compile_nrt_functions 2 0 0

numba.core.runtime.nrtopt (2 missing, 0 any)

Symbol Typable Typed Any
func remove_redundant_nrt_refct 2 0 0

numba.core.serialize (31 missing, 0 any)

Symbol Typable Typed Any
func is_serialiable 2 0 0
meth ReduceMixin._reduce_states 1 0 0
meth ReduceMixin._rebuild 2 0 0
meth ReduceMixin._reduce_class 1 0 0
meth ReduceMixin.reduce 1 0 0
func custom_reduce 3 0 0
func custom_rebuild 2 0 0
meth NumbaPickler.reducer_override 2 0 0
attr NumbaPickler.disabled_types 1 0 0
func runtime_build_excinfo_struct 3 0 0
func disable_pickling 2 0 0
func dumps 2 0 0
meth PickleCallableByPath.init 2 0 0
meth PickleCallableByPath.call 3 0 0
meth PickleCallableByPath.reduce 1 0 0
meth PickleCallableByPath._rebuild 3 0 0

numba.core.sigutils (4 missing, 0 any)

Symbol Typable Typed Any
func normalize_signature 2 0 0
func is_signature 2 0 0

numba.core.ssa (3 missing, 0 any)

Symbol Typable Typed Any
meth UndefinedVariable.init 1 0 0
func reconstruct_ssa 2 0 0

numba.core.target_extension (21 missing, 0 any)

Symbol Typable Typed Any
meth target_override.init 2 0 0
meth target_override.enter 1 0 0
meth target_override.exit 4 0 0
attr target_override.target 1 0 0
func current_target 1 0 0
attr jit_registry 1 0 0
attr dispatcher_registry 1 0 0
func resolve_dispatcher_from_str 2 0 0
attr target_registry 1 0 0
func resolve_target_str 2 0 0
meth JitDecorator.call 1 0 0
meth Target.inherits_from 2 0 0
func get_local_target 2 0 0

numba.core.targetconfig (31 missing, 0 any)

Symbol Typable Typed Any
meth Option.init 4 0 0
prop Option.type 1 0 0
prop Option.default 1 0 0
prop Option.doc 1 0 0
meth ConfigStack.top_or_none 1 0 0
meth ConfigStack.init 1 0 0
meth ConfigStack.top 1 0 0
meth ConfigStack.len 1 0 0
meth ConfigStack.enter 2 0 0
meth TargetConfig.init 2 0 0
meth TargetConfig.repr 1 0 0
meth TargetConfig.hash 1 0 0
meth TargetConfig.eq 2 0 0
meth TargetConfig.values 1 0 0
meth TargetConfig.is_set 2 0 0
meth TargetConfig.discard 2 0 0
meth TargetConfig.inherit_if_not_set 3 0 0
meth TargetConfig.copy 1 0 0
meth TargetConfig._guard_option 2 0 0
meth TargetConfig._summary_args 1 0 0

numba.core.tracing (26 missing, 0 any)

Symbol Typable Typed Any
func dotrace 3 0 0
func find_function_info 4 0 0
func notrace 3 0 0
attr tls 1 0 0
func create_events 5 0 0
func chop 2 0 0
meth TLS.init 1 0 0
attr TLS.tracing 1 0 0
attr TLS.indent 1 0 0
attr logger 1 0 0
func noevent 2 0 0
func doevent 2 0 0

numba.core.transforms (27 missing, 0 any)

Symbol Typable Typed Any
func canonicalize_cfg 2 0 0
func find_setupwiths 2 0 0
func consolidate_multi_exit_withs 4 1 0
func canonicalize_cfg_single_backedge 2 0 0
func find_region_inout_vars 6 0 0
func with_lifting 6 0 0
func loop_lifting 6 0 0

numba.core.typeconv.castgraph (35 missing, 0 any)

Symbol Typable Typed Any
meth TypeGraph.init 2 0 0
meth TypeGraph.get 2 0 0
meth TypeGraph.propagate 4 0 0
meth TypeGraph.insert_rule 4 0 0
meth TypeGraph.promote 3 0 0
meth TypeGraph.safe 3 0 0
meth TypeGraph.unsafe 3 0 0
meth CastSet.init 1 0 0
meth CastSet.insert 3 0 0
meth CastSet.items 1 0 0
meth CastSet.get 2 0 0
meth CastSet.len 1 0 0
meth CastSet.repr 1 0 0
meth CastSet.contains 2 0 0
meth CastSet.iter 1 0 0
meth CastSet.getitem 2 0 0

numba.core.typeconv.rules (3 missing, 0 any)

Symbol Typable Typed Any
attr default_type_manager 1 0 0
func dump_number_rules 1 0 0
attr default_casting_rules 1 0 0

numba.core.typeconv.typeconv (49 missing, 0 any)

Symbol Typable Typed Any
attr msg 1 0 0
meth TypeCastingRules.init 2 0 0
meth TypeCastingRules.promote 3 0 0
meth TypeCastingRules.unsafe 3 0 0
meth TypeCastingRules.safe 3 0 0
meth TypeCastingRules.promote_unsafe 3 0 0
meth TypeCastingRules.safe_unsafe 3 0 0
meth TypeCastingRules.unsafe_unsafe 3 0 0
meth TypeCastingRules._cb_update 4 0 0
meth TypeManager.init 1 0 0
meth TypeManager.select_overload 5 0 0
meth TypeManager.check_compatible 3 0 0
meth TypeManager.set_compatible 4 0 0
meth TypeManager.set_promote 3 0 0
meth TypeManager.set_unsafe_convert 3 0 0
meth TypeManager.set_safe_convert 3 0 0
meth TypeManager.get_pointer 1 0 0
attr TypeManager._conversion_codes 1 0 0

numba.core.typed_passes (94 missing, 0 any)

Symbol Typable Typed Any
prop NativeLowering.lowering_class 1 0 0
meth PreLowerStripPhis.init 1 0 0
meth PreLowerStripPhis.run_pass 2 0 0
meth PreLowerStripPhis._strip_phi_nodes 2 0 0
meth PreLowerStripPhis._simplify_conditionally_defined_variable 2 0 0
meth NoPythonBackend.init 1 0 0
meth NoPythonBackend.run_pass 2 0 0
meth NoPythonSupportedFeatureValidation.init 1 0 0
meth NoPythonSupportedFeatureValidation.run_pass 2 0 0
meth InlineOverloads.init 1 0 0
meth InlineOverloads.run_pass 2 0 0
meth InlineOverloads._get_attr_info 3 0 0
meth InlineOverloads._get_callable_info 3 0 0
meth InlineOverloads._do_work_expr 7 0 0
meth InlineOverloads._run_inliner 13 0 0
meth InlineOverloads._add_method_self_arg 3 0 0
meth ParforPreLoweringPass.init 1 0 0
meth ParforPreLoweringPass.run_pass 2 0 0
meth BaseNativeLowering.init 1 0 0
meth BaseNativeLowering.run_pass 2 0 0
prop BaseNativeLowering.lowering_class 1 0 0
meth DumpParforDiagnostics.init 1 0 0
meth DumpParforDiagnostics.run_pass 2 0 0
meth ParforFusionPass.init 1 0 0
meth ParforFusionPass.run_pass 2 0 0
meth PreParforPass.init 1 0 0
meth PreParforPass.run_pass 2 0 0
meth DeadCodeElimination.init 1 0 0
meth DeadCodeElimination.run_pass 2 0 0
prop NativeParforLowering.lowering_class 1 0 0
meth IRLegalization.init 1 0 0
meth IRLegalization.run_pass 2 0 0
func fallback_context 3 0 0
meth AnnotateTypes.init 1 0 0
meth AnnotateTypes.get_analysis_usage 2 0 0
meth AnnotateTypes.run_pass 2 0 0
func type_inference_stage 8 0 0
meth BaseTypeInference.init 1 0 0
meth BaseTypeInference.run_pass 2 0 0
meth NopythonRewrites.init 1 0 0
meth NopythonRewrites.run_pass 2 0 0
meth ParforPass.init 1 0 0
meth ParforPass.run_pass 2 0 0

numba.core.typeinfer (404 missing, 0 any)

Symbol Typable Typed Any
meth BuildListConstraint.init 4 0 0
meth BuildListConstraint.call 2 0 0
attr BuildListConstraint.target 1 0 0
attr BuildListConstraint.items 1 0 0
attr BuildListConstraint.loc 1 0 0
meth PairFirstConstraint.init 4 0 0
meth PairFirstConstraint.call 2 0 0
attr PairFirstConstraint.target 1 0 0
attr PairFirstConstraint.pair 1 0 0
attr PairFirstConstraint.loc 1 0 0
meth TypeInferDebug.init 2 0 0
meth TypeInferDebug._dump_state 1 0 0
meth TypeInferDebug.propagate_started 1 0 0
meth TypeInferDebug.propagate_finished 1 0 0
meth TypeInferDebug.unify_finished 4 0 0
attr TypeInferDebug.typeinfer 1 0 0
meth SetItemConstraint.init 5 0 0
meth SetItemConstraint.call 2 0 0
meth SetItemConstraint.get_call_signature 1 0 0
attr SetItemConstraint.target 1 0 0
attr SetItemConstraint.index 1 0 0
attr SetItemConstraint.value 1 0 0
attr SetItemConstraint.loc 1 0 0
meth TypeVar.init 3 0 0
meth TypeVar.add_type 3 0 0
meth TypeVar.lock 4 0 0
meth TypeVar.union 3 0 0
meth TypeVar.repr 1 0 0
meth TypeVar.get 1 0 0
meth TypeVar.getone 1 0 0
meth TypeVar.len 1 0 0
prop TypeVar.defined 1 0 0
attr TypeVar.context 1 0 0
attr TypeVar.var 1 0 0
attr TypeVar.type 1 0 0
attr TypeVar.locked 1 0 0
attr TypeVar.define_loc 1 0 0
attr TypeVar.literal_value 1 0 0
meth TypeInferer.init 4 0 0
meth TypeInferer.copy 2 0 0
meth TypeInferer._mangle_arg_name 2 0 0
meth TypeInferer._get_return_vars 1 0 0
meth TypeInferer.get_argument_types 1 0 0
meth TypeInferer.seed_argument 4 0 0
meth TypeInferer.seed_type 3 0 0
meth TypeInferer.seed_return 2 0 0
meth TypeInferer.build_constraint 1 0 0
meth TypeInferer.return_types_from_partial 1 0 0
meth TypeInferer.propagate 2 0 0
meth TypeInferer.add_type 5 0 0
meth TypeInferer.add_calltype 3 0 0
meth TypeInferer.copy_type 4 0 0
meth TypeInferer.lock_type 5 0 0
meth TypeInferer.propagate_refined_type 3 0 0
meth TypeInferer.unify 2 0 0
meth TypeInferer.get_generator_type 4 0 0
meth TypeInferer.get_function_types 2 0 0
meth TypeInferer._unify_return_types 2 0 0
meth TypeInferer.get_return_type 2 0 0
meth TypeInferer.get_state_token 1 0 0
meth TypeInferer.constrain_statement 2 0 0
meth TypeInferer.typeof_setitem 2 0 0
meth TypeInferer.typeof_storemap 2 0 0
meth TypeInferer.typeof_static_setitem 2 0 0
meth TypeInferer.typeof_delitem 2 0 0
meth TypeInferer.typeof_setattr 2 0 0
meth TypeInferer.typeof_print 2 0 0
meth TypeInferer.typeof_assign 2 0 0
meth TypeInferer.resolve_value_type 3 0 0
meth TypeInferer.typeof_arg 4 0 0
meth TypeInferer.typeof_const 4 0 0
meth TypeInferer.typeof_yield 4 0 0
meth TypeInferer.sentry_modified_builtin 3 0 0
meth TypeInferer.resolve_call 4 0 0
meth TypeInferer.typeof_global 4 0 0
meth TypeInferer.typeof_expr 4 0 0
meth TypeInferer.typeof_call 4 0 0
meth TypeInferer.typeof_intrinsic_call 5 0 0
attr TypeInferer.context 1 0 0
attr TypeInferer.blocks 1 0 0
attr TypeInferer.generator_info 1 0 0
attr TypeInferer.func_id 1 0 0
attr TypeInferer.func_ir 1 0 0
attr TypeInferer.typevars 1 0 0
attr TypeInferer.constraints 1 0 0
attr TypeInferer.warnings 1 0 0
attr TypeInferer.arg_names 1 0 0
attr TypeInferer.assumed_immutables 1 0 0
attr TypeInferer.calls 1 0 0
attr TypeInferer.calltypes 1 0 0
attr TypeInferer.refine_map 1 0 0
attr TypeInferer.debug 1 0 0
meth DelItemConstraint.init 4 0 0
meth DelItemConstraint.call 2 0 0
meth DelItemConstraint.get_call_signature 1 0 0
attr DelItemConstraint.target 1 0 0
attr DelItemConstraint.index 1 0 0
attr DelItemConstraint.loc 1 0 0
meth ConstraintNetwork.init 1 0 0
meth ConstraintNetwork.append 2 0 0
meth ConstraintNetwork.propagate 2 0 0
attr ConstraintNetwork.constraints 1 0 0
meth SetAttrConstraint.init 5 0 0
meth SetAttrConstraint.call 2 0 0
meth SetAttrConstraint.get_call_signature 1 0 0
attr SetAttrConstraint.target 1 0 0
attr SetAttrConstraint.attr 1 0 0
attr SetAttrConstraint.value 1 0 0
attr SetAttrConstraint.loc 1 0 0
func fold_arg_vars 5 0 0
meth ExhaustIterConstraint.init 5 0 0
meth ExhaustIterConstraint.call 2 0 0
attr ExhaustIterConstraint.target 1 0 0
attr ExhaustIterConstraint.count 1 0 0
attr ExhaustIterConstraint.iterator 1 0 0
attr ExhaustIterConstraint.loc 1 0 0
func register_dispatcher 2 0 0
meth SetItemRefinement._refine_target_type 6 0 0
meth NullDebug.propagate_started 1 0 0
meth NullDebug.propagate_finished 1 0 0
meth NullDebug.unify_finished 4 0 0
meth CallConstraint.init 7 0 0
meth CallConstraint.call 2 0 0
meth CallConstraint.resolve 4 0 0
meth CallConstraint._add_refine_map 4 0 0
meth CallConstraint.refine 3 0 0
meth CallConstraint.get_call_signature 1 0 0
attr CallConstraint.target 1 0 0
attr CallConstraint.func 1 0 0
attr CallConstraint.args 1 0 0
attr CallConstraint.kws 1 0 0
attr CallConstraint.vararg 1 0 0
attr CallConstraint.loc 1 0 0
meth BuildMapConstraint.init 6 0 0
meth BuildMapConstraint.call 2 0 0
attr BuildMapConstraint.target 1 0 0
attr BuildMapConstraint.items 1 0 0
attr BuildMapConstraint.special_value 1 0 0
attr BuildMapConstraint.value_indexes 1 0 0
attr BuildMapConstraint.loc 1 0 0
meth StaticSetItemConstraint.init 6 0 0
meth StaticSetItemConstraint.call 2 0 0
meth StaticSetItemConstraint.get_call_signature 1 0 0
attr StaticSetItemConstraint.target 1 0 0
attr StaticSetItemConstraint.index 1 0 0
attr StaticSetItemConstraint.index_var 1 0 0
attr StaticSetItemConstraint.value 1 0 0
attr StaticSetItemConstraint.loc 1 0 0
meth PairSecondConstraint.init 4 0 0
meth PairSecondConstraint.call 2 0 0
attr PairSecondConstraint.target 1 0 0
attr PairSecondConstraint.pair 1 0 0
attr PairSecondConstraint.loc 1 0 0
meth TypeVarMap.set_context 2 0 0
meth TypeVarMap.getitem 2 0 0
meth TypeVarMap.setitem 3 0 0
meth StaticGetItemConstraint.init 6 0 0
meth StaticGetItemConstraint.call 2 0 0
meth StaticGetItemConstraint.get_call_signature 1 0 0
attr StaticGetItemConstraint.target 1 0 0
attr StaticGetItemConstraint.value 1 0 0
attr StaticGetItemConstraint.index 1 0 0
attr StaticGetItemConstraint.loc 1 0 0
attr StaticGetItemConstraint.fallback 1 0 0
meth BuildTupleConstraint.init 4 0 0
meth BuildTupleConstraint.call 2 0 0
attr BuildTupleConstraint.target 1 0 0
attr BuildTupleConstraint.items 1 0 0
attr BuildTupleConstraint.loc 1 0 0
meth GetAttrConstraint.init 6 0 0
meth GetAttrConstraint.call 2 0 0
meth GetAttrConstraint.refine 3 0 0
meth GetAttrConstraint.repr 1 0 0
attr GetAttrConstraint.target 1 0 0
attr GetAttrConstraint.attr 1 0 0
attr GetAttrConstraint.value 1 0 0
attr GetAttrConstraint.loc 1 0 0
attr GetAttrConstraint.inst 1 0 0
meth PrintConstraint.init 4 0 0
meth PrintConstraint.call 2 0 0
meth PrintConstraint.get_call_signature 1 0 0
attr PrintConstraint.args 1 0 0
attr PrintConstraint.vararg 1 0 0
attr PrintConstraint.loc 1 0 0
meth TypedGetItemConstraint.init 6 0 0
meth TypedGetItemConstraint.call 2 0 0
meth TypedGetItemConstraint.get_call_signature 1 0 0
attr TypedGetItemConstraint.target 1 0 0
attr TypedGetItemConstraint.value 1 0 0
attr TypedGetItemConstraint.dtype 1 0 0
attr TypedGetItemConstraint.index 1 0 0
attr TypedGetItemConstraint.loc 1 0 0
meth IntrinsicCallConstraint.call 2 0 0
meth ArgConstraint.init 4 0 0
meth ArgConstraint.call 2 0 0
attr ArgConstraint.dst 1 0 0
attr ArgConstraint.src 1 0 0
attr ArgConstraint.loc 1 0 0
meth Propagate.init 4 0 0
meth Propagate.call 2 0 0
meth Propagate.refine 3 0 0
attr Propagate.dst 1 0 0
attr Propagate.src 1 0 0
attr Propagate.loc 1 0 0

numba.core.types.abstract (78 missing, 0 any)

Symbol Typable Typed Any
meth InitialValue.init 2 0 0
prop InitialValue.initial_value 1 0 0
meth Callable.get_call_type 4 0 0
meth Callable.get_call_signatures 1 0 0
meth Callable.get_impl_key 2 0 0
meth Poison.init 2 0 0
meth Poison.unliteral 1 0 0
meth Poison.unify 3 0 0
attr Poison.ty 1 0 0
meth IteratorType.init 3 0 0
prop IteratorType.yield_type 1 0 0
prop IteratorType.iterator_type 1 0 0
meth Literal.init 2 0 0
meth Literal._literal_init 2 0 0
prop Literal.literal_value 1 0 0
prop Literal.literal_type 1 0 0
prop IterableType.iterator_type 1 0 0
prop ArrayCompatible.as_array 1 0 0
prop ArrayCompatible.ndim 1 0 0
prop ArrayCompatible.layout 1 0 0
prop ArrayCompatible.dtype 1 0 0
meth Type.init 2 0 0
meth Type.repr 1 0 0
meth Type.str 1 0 0
meth Type.hash 1 0 0
meth Type.eq 2 0 0
meth Type.ne 2 0 0
meth Type.reduce 1 0 0
meth Type.unify 3 0 0
meth Type.can_convert_to 3 0 0
meth Type.can_convert_from 3 0 0
meth Type.is_precise 1 0 0
meth Type.augment 2 0 0
meth Type.call 2 0 0
meth Type.getitem 2 0 0
meth Type._determine_array_spec 2 0 0
meth Type.cast_python_value 2 0 0
meth Type.dump 2 0 0
prop Type.key 1 0 0
prop Type.mangling_args 1 0 0
prop Type.is_internal 1 0 0
attr Type.name 1 0 0
prop DTypeSpec.dtype 1 0 0
meth Number.unify 3 0 0
meth ConstSized.len 1 0 0
meth TypeRef.init 2 0 0
prop TypeRef.key 1 0 0
attr TypeRef.instance_type 1 0 0

numba.core.types.common (29 missing, 0 any)

Symbol Typable Typed Any
meth SimpleIterableType.init 3 0 0
prop SimpleIterableType.iterator_type 1 0 0
meth Buffer.init 6 0 0
meth Buffer.copy 4 0 0
prop Buffer.iterator_type 1 0 0
prop Buffer.as_array 1 0 0
prop Buffer.key 1 0 0
prop Buffer.is_c_contig 1 0 0
prop Buffer.is_f_contig 1 0 0
prop Buffer.is_contig 1 0 0
attr Buffer.mutable 1 0 0
attr Buffer.LAYOUTS 1 0 0
attr Buffer.dtype 1 0 0
attr Buffer.ndim 1 0 0
attr Buffer.layout 1 0 0
meth SimpleIteratorType.init 3 0 0
prop SimpleIteratorType.yield_type 1 0 0

numba.core.types.containers (231 missing, 0 any)

Symbol Typable Typed Any
meth DictValuesIterableType.init 2 0 0
attr DictValuesIterableType.parent 1 0 0
attr DictValuesIterableType.yield_type 1 0 0
attr DictValuesIterableType.name 1 0 0
meth DictType.init 4 0 0
meth DictType.is_precise 1 0 0
meth DictType.refine 3 0 0
meth DictType.unify 3 0 0
meth DictType.unliteral 1 0 0
meth DictType.repr 1 0 0
prop DictType.iterator_type 1 0 0
prop DictType.key 1 0 0
attr DictType.key_type 1 0 0
attr DictType.value_type 1 0 0
attr DictType.keyvalue_type 1 0 0
meth StructRefPayload.init 3 0 0
prop StructRefPayload.field_dict 1 0 0
meth Tuple.new 2 0 0
meth Tuple.init 2 0 0
meth Tuple.unify 3 0 0
meth Tuple.repr 1 0 0
prop Tuple.mangling_args 1 0 0
prop Tuple.key 1 0 0
attr Tuple.types 1 0 0
attr Tuple.count 1 0 0
attr Tuple.dtype 1 0 0
meth BaseContainerIterator.init 2 0 0
meth BaseContainerIterator.unify 3 0 0
prop BaseContainerIterator.key 1 0 0
attr BaseContainerIterator.container 1 0 0
meth BaseTuple.from_types 3 0 0
meth BaseTuple._make_homogeneous_tuple 3 0 0
meth BaseTuple._make_heterogeneous_tuple 2 0 0
meth LiteralList.init 2 0 0
meth LiteralList.getitem 2 0 0
meth LiteralList.len 1 0 0
meth LiteralList.iter 1 0 0
meth LiteralList.from_types 2 0 0
meth LiteralList.is_types_iterable 2 0 0
meth LiteralList.unliteral 1 0 0
meth LiteralList.unify 3 0 0
prop LiteralList.iterator_type 1 0 0
attr LiteralList.types 1 0 0
attr LiteralList.count 1 0 0
attr LiteralList.name 1 0 0
meth DictIteratorType.init 2 0 0
attr DictIteratorType.parent 1 0 0
attr DictIteratorType.iterable 1 0 0
meth StarArgTuple.new 2 0 0
meth LiteralStrKeyDict.init 3 0 0
meth LiteralStrKeyDict.unliteral 1 0 0
meth LiteralStrKeyDict.unify 3 0 0
meth LiteralStrKeyDict.len 1 0 0
meth LiteralStrKeyDict.iter 1 0 0
prop LiteralStrKeyDict.key 1 0 0
attr LiteralStrKeyDict.value_index 1 0 0
attr LiteralStrKeyDict.tuple_ty 1 0 0
attr LiteralStrKeyDict.types 1 0 0
attr LiteralStrKeyDict.count 1 0 0
attr LiteralStrKeyDict.fields 1 0 0
attr LiteralStrKeyDict.instance_class 1 0 0
attr LiteralStrKeyDict.name 1 0 0
func is_homogeneous 2 0 0
meth DictItemsIterableType.init 2 0 0
attr DictItemsIterableType.parent 1 0 0
attr DictItemsIterableType.yield_type 1 0 0
attr DictItemsIterableType.name 1 0 0
meth Set.init 3 0 0
meth Set.is_precise 1 0 0
meth Set.copy 3 0 0
meth Set.unify 3 0 0
meth Set.repr 1 0 0
prop Set.key 1 0 0
prop Set.iterator_type 1 0 0
attr Set.dtype 1 0 0
attr Set.reflected 1 0 0
meth SetEntry.init 2 0 0
prop SetEntry.key 1 0 0
attr SetEntry.set_type 1 0 0
meth NamedUniTuple.init 4 0 0
prop NamedUniTuple.iterator_type 1 0 0
prop NamedUniTuple.key 1 0 0
attr NamedUniTuple.dtype 1 0 0
attr NamedUniTuple.count 1 0 0
attr NamedUniTuple.fields 1 0 0
attr NamedUniTuple.instance_class 1 0 0
meth ListTypeIterableType.init 2 0 0
attr ListTypeIterableType.parent 1 0 0
attr ListTypeIterableType.yield_type 1 0 0
meth List.init 4 0 0
meth List.copy 3 0 0
meth List.unify 3 0 0
meth List.is_precise 1 0 0
meth List.getitem 2 0 0
meth List.unliteral 1 0 0
meth List.repr 1 0 0
prop List.key 1 0 0
prop List.iterator_type 1 0 0
attr List.dtype 1 0 0
attr List.reflected 1 0 0
meth FakeNamedTuple.init 3 0 0
meth FakeNamedTuple.len 1 0 0
meth FakeNamedTuple.getitem 2 0 0
meth NamedTuple.init 3 0 0
prop NamedTuple.key 1 0 0
attr NamedTuple.types 1 0 0
attr NamedTuple.count 1 0 0
attr NamedTuple.fields 1 0 0
attr NamedTuple.instance_class 1 0 0
meth UnionType.init 2 0 0
meth UnionType.get_type_tag 2 0 0
attr UnionType.types 1 0 0
meth DictKeysIterableType.init 2 0 0
attr DictKeysIterableType.parent 1 0 0
attr DictKeysIterableType.yield_type 1 0 0
attr DictKeysIterableType.name 1 0 0
meth BaseAnonymousTuple.can_convert_to 3 0 0
meth BaseAnonymousTuple.unliteral 1 0 0
meth StructRef.init 2 0 0
meth StructRef.preprocess_fields 2 0 0
meth StructRef.get_data_type 1 0 0
prop StructRef.field_dict 1 0 0
meth ListTypeIteratorType.init 2 0 0
attr ListTypeIteratorType.parent 1 0 0
attr ListTypeIteratorType.iterable 1 0 0
meth Pair.init 3 0 0
meth Pair.unify 3 0 0
prop Pair.key 1 0 0
attr Pair.first_type 1 0 0
attr Pair.second_type 1 0 0
meth BaseContainerPayload.init 2 0 0
prop BaseContainerPayload.key 1 0 0
attr BaseContainerPayload.container 1 0 0
meth ListType.init 2 0 0
meth ListType.is_precise 1 0 0
meth ListType.refine 2 0 0
meth ListType.unify 3 0 0
meth ListType.repr 1 0 0
prop ListType.key 1 0 0
prop ListType.iterator_type 1 0 0
attr ListType.item_type 1 0 0
attr ListType.dtype 1 0 0
meth UniTuple.init 3 0 0
meth UniTuple.unify 3 0 0
meth UniTuple.unliteral 1 0 0
meth UniTuple.repr 1 0 0
prop UniTuple.mangling_args 1 0 0
prop UniTuple.key 1 0 0
attr UniTuple.dtype 1 0 0
attr UniTuple.count 1 0 0

numba.core.types.function_type (44 missing, 0 any)

Symbol Typable Typed Any
meth UndefinedFunctionType.init 3 0 0
meth UndefinedFunctionType.get_precise 1 0 0
attr UndefinedFunctionType.dispatchers 1 0 0
meth CompileResultWAP.init 2 0 0
meth CompileResultWAP.dump 2 0 0
meth CompileResultWAP.wrapper_address 1 0 0
meth CompileResultWAP.signature 1 0 0
meth CompileResultWAP.call 3 0 0
attr CompileResultWAP.cres 1 0 0
attr CompileResultWAP.address 1 0 0
meth WrapperAddressProtocol.wrapper_address 1 0 0
meth WrapperAddressProtocol.signature 1 0 0
meth FunctionType.init 2 0 0
meth FunctionType.is_precise 1 0 0
meth FunctionType.get_precise 1 0 0
meth FunctionType.dump 2 0 0
meth FunctionType.get_call_type 4 0 0
meth FunctionType.check_signature 2 0 0
meth FunctionType.unify 3 0 0
prop FunctionType.key 1 0 0
prop FunctionType.name 1 0 0
attr FunctionType.nargs 1 0 0
attr FunctionType.signature 1 0 0
attr FunctionType.ftype 1 0 0
meth FunctionPrototype.init 3 0 0
prop FunctionPrototype.key 1 0 0
attr FunctionPrototype.rtype 1 0 0
attr FunctionPrototype.atypes 1 0 0

numba.core.types.functions (111 missing, 0 any)

Symbol Typable Typed Any
func argsnkwargs_to_str 3 0 0
meth BaseFunction.init 2 0 0
meth BaseFunction.augment 2 0 0
meth BaseFunction.get_impl_key 2 0 0
meth BaseFunction.get_call_type 4 0 0
meth BaseFunction.get_call_signatures 1 0 0
prop BaseFunction.key 1 0 0
attr BaseFunction.templates 1 0 0
attr BaseFunction.typing_key 1 0 0
meth RecursiveCall.init 2 0 0
meth RecursiveCall.add_overloads 4 0 0
meth RecursiveCall.get_overloads 2 0 0
prop RecursiveCall.key 1 0 0
attr RecursiveCall.dispatcher_type 1 0 0
meth WeakType._store_object 2 0 0
meth WeakType._get_object 1 0 0
meth WeakType.eq 2 0 0
meth WeakType.hash 1 0 0
prop WeakType.key 1 0 0
meth BoundFunction.init 3 0 0
meth BoundFunction.unify 3 0 0
meth BoundFunction.copy 2 0 0
meth BoundFunction.get_impl_key 2 0 0
meth BoundFunction.get_call_type 4 0 0
meth BoundFunction.get_call_signatures 1 0 0
prop BoundFunction.key 1 0 0
attr BoundFunction.template 1 0 0
attr BoundFunction.typing_key 1 0 0
attr BoundFunction.this 1 0 0
meth NamedTupleClass.init 2 0 0
meth NamedTupleClass.get_call_type 4 0 0
meth NamedTupleClass.get_call_signatures 1 0 0
meth NamedTupleClass.get_impl_key 2 0 0
prop NamedTupleClass.key 1 0 0
attr NamedTupleClass.instance_class 1 0 0
meth Dispatcher.init 2 0 0
meth Dispatcher.dump 2 0 0
meth Dispatcher.get_call_type 4 0 0
meth Dispatcher.get_call_signatures 1 0 0
meth Dispatcher.get_overload 2 0 0
meth Dispatcher.get_impl_key 2 0 0
meth Dispatcher.unify 3 0 0
meth Dispatcher.can_convert_to 3 0 0
prop Dispatcher.dispatcher 1 0 0
meth ExternalFunctionPointer.init 4 0 0
prop ExternalFunctionPointer.key 1 0 0
attr ExternalFunctionPointer.sig 1 0 0
attr ExternalFunctionPointer.requires_gil 1 0 0
attr ExternalFunctionPointer.get_pointer 1 0 0
attr ExternalFunctionPointer.cconv 1 0 0
meth ExternalFunction.init 3 0 0
prop ExternalFunction.key 1 0 0
attr ExternalFunction.symbol 1 0 0
attr ExternalFunction.sig 1 0 0
meth NumberClass.init 2 0 0
meth NumberClass.get_call_type 4 0 0
meth NumberClass.get_call_signatures 1 0 0
meth NumberClass.get_impl_key 2 0 0
prop NumberClass.key 1 0 0
prop NumberClass.dtype 1 0 0
attr NumberClass.instance_type 1 0 0

numba.core.types.iterators (33 missing, 0 any)

Symbol Typable Typed Any
meth EnumerateType.init 2 0 0
prop EnumerateType.key 1 0 0
attr EnumerateType.source_type 1 0 0
meth RangeType.init 2 0 0
meth RangeType.unify 3 0 0
attr RangeType.dtype 1 0 0
meth ZipType.init 2 0 0
prop ZipType.key 1 0 0
attr ZipType.source_types 1 0 0
meth RangeIteratorType.init 2 0 0
meth RangeIteratorType.unify 3 0 0
meth ArrayIterator.init 2 0 0
attr ArrayIterator.array_type 1 0 0
meth Generator.init 6 0 0
prop Generator.key 1 0 0
attr Generator.gen_func 1 0 0
attr Generator.arg_types 1 0 0
attr Generator.state_types 1 0 0
attr Generator.has_finalizer 1 0 0

numba.core.types.misc (151 missing, 0 any)

Symbol Typable Typed Any
meth ClassInstanceType.init 2 0 0
meth ClassInstanceType.get_data_type 1 0 0
meth ClassInstanceType.get_reference_type 1 0 0
prop ClassInstanceType.key 1 0 0
prop ClassInstanceType.classname 1 0 0
prop ClassInstanceType.jit_props 1 0 0
prop ClassInstanceType.jit_static_methods 1 0 0
prop ClassInstanceType.jit_methods 1 0 0
prop ClassInstanceType.struct 1 0 0
prop ClassInstanceType.methods 1 0 0
prop ClassInstanceType.static_methods 1 0 0
attr ClassInstanceType.class_type 1 0 0
meth Object.init 2 0 0
prop Object.key 1 0 0
attr Object.cls 1 0 0
meth ExceptionInstance.init 2 0 0
prop ExceptionInstance.key 1 0 0
attr ExceptionInstance.exc_class 1 0 0
meth VarArg.init 2 0 0
prop VarArg.key 1 0 0
attr VarArg.dtype 1 0 0
meth Undefined.is_precise 1 0 0
meth Module.init 2 0 0
prop Module.key 1 0 0
attr Module.pymod 1 0 0
meth PyObject.is_precise 1 0 0
meth SliceLiteral.init 2 0 0
prop SliceLiteral.key 1 0 0
meth UnicodeType.init 2 0 0
prop UnicodeType.iterator_type 1 0 0
meth Omitted.init 2 0 0
prop Omitted.key 1 0 0
prop Omitted.value 1 0 0
meth Optional.init 2 0 0
meth Optional.can_convert_to 3 0 0
meth Optional.can_convert_from 3 0 0
meth Optional.unify 3 0 0
prop Optional.key 1 0 0
attr Optional.type 1 0 0
func literal 2 0 0
meth SliceType.init 3 0 0
prop SliceType.key 1 0 0
attr SliceType.members 1 0 0
attr SliceType.has_step 1 0 0
meth StringLiteral.can_convert_to 3 0 0
meth MemInfoPointer.init 2 0 0
prop MemInfoPointer.key 1 0 0
attr MemInfoPointer.dtype 1 0 0
func maybe_literal 2 0 0
meth UnicodeIteratorType.init 2 0 0
attr UnicodeIteratorType.data 1 0 0
meth NoneType.unify 3 0 0
meth ClassType.init 7 0 0
meth ClassType.get_call_type 4 0 0
meth ClassType.get_call_signatures 1 0 0
meth ClassType.get_impl_key 2 0 0
meth ClassType._specialize_template 2 0 0
prop ClassType.methods 1 0 0
prop ClassType.static_methods 1 0 0
prop ClassType.instance_type 1 0 0
prop ClassType.ctor_template 1 0 0
attr ClassType.class_name 1 0 0
attr ClassType.class_doc 1 0 0
attr ClassType.jit_methods 1 0 0
attr ClassType.jit_props 1 0 0
attr ClassType.jit_static_methods 1 0 0
attr ClassType.struct 1 0 0
func unliteral 2 0 0
meth CPointer.init 3 0 0
prop CPointer.key 1 0 0
attr CPointer.dtype 1 0 0
attr CPointer.addrspace 1 0 0
meth UndefVar.can_convert_to 3 0 0
meth DeferredType.init 1 0 0
meth DeferredType.get 1 0 0
meth DeferredType.define 2 0 0
meth DeferredType.unify 3 0 0
meth EphemeralArray.init 3 0 0
prop EphemeralArray.key 1 0 0
attr EphemeralArray.dtype 1 0 0
attr EphemeralArray.count 1 0 0
meth ClassDataType.init 2 0 0
attr ClassDataType.class_type 1 0 0
meth ContextManager.init 2 0 0
meth ContextManager.get_call_signatures 1 0 0
meth ContextManager.get_call_type 4 0 0
meth ContextManager.get_impl_key 2 0 0
attr ContextManager.cm 1 0 0
meth ExceptionClass.init 2 0 0
meth ExceptionClass.get_call_type 4 0 0
meth ExceptionClass.get_call_signatures 1 0 0
meth ExceptionClass.get_impl_key 2 0 0
prop ExceptionClass.key 1 0 0
attr ExceptionClass.exc_class 1 0 0

numba.core.types.npytypes (143 missing, 0 any)

Symbol Typable Typed Any
meth ArrayFlags.init 2 0 0
prop ArrayFlags.key 1 0 0
attr ArrayFlags.array_type 1 0 0
meth NumPyRandomBitGeneratorType.init 3 0 0
attr NumPyRandomBitGeneratorType.name 1 0 0
meth Array.init 7 0 0
meth Array.copy 5 0 0
meth Array.unify 3 0 0
meth Array.can_convert_to 3 0 0
meth Array.is_precise 1 0 0
meth Array.repr 1 0 0
prop Array.mangling_args 1 0 0
prop Array.key 1 0 0
prop Array.box_type 1 0 0
attr Array.mutable 1 0 0
attr Array.aligned 1 0 0
meth DType.init 2 0 0
meth DType.getitem 2 0 0
prop DType.key 1 0 0
prop DType.dtype 1 0 0
meth NumpyNdIterType.init 2 0 0
meth NumpyNdIterType._compute_layout 2 0 0
prop NumpyNdIterType.key 1 0 0
prop NumpyNdIterType.views 1 0 0
prop NumpyNdIterType.yield_type 1 0 0
prop NumpyNdIterType.indexers 1 0 0
prop NumpyNdIterType.need_shaped_indexing 1 0 0
attr NumpyNdIterType.arrays 1 0 0
attr NumpyNdIterType.layout 1 0 0
attr NumpyNdIterType.dtypes 1 0 0
attr NumpyNdIterType.ndim 1 0 0
meth CharSeq.init 2 0 0
meth CharSeq.can_convert_from 3 0 0
prop CharSeq.key 1 0 0
attr CharSeq.count 1 0 0
meth NumpyNdIndexType.init 2 0 0
prop NumpyNdIndexType.key 1 0 0
attr NumpyNdIndexType.ndim 1 0 0
meth PolynomialType.init 5 0 0
attr PolynomialType.coef 1 0 0
attr PolynomialType.domain 1 0 0
attr PolynomialType.window 1 0 0
attr PolynomialType.n_args 1 0 0
meth NumPyRandomGeneratorType.init 3 0 0
attr NumPyRandomGeneratorType.name 1 0 0
meth ArrayCTypes.init 2 0 0
meth ArrayCTypes.can_convert_to 3 0 0
prop ArrayCTypes.key 1 0 0
attr ArrayCTypes.dtype 1 0 0
attr ArrayCTypes.ndim 1 0 0
meth NumpyFlatType.init 2 0 0
prop NumpyFlatType.key 1 0 0
attr NumpyFlatType.array_type 1 0 0
attr NumpyFlatType.dtype 1 0 0
meth NumpyNdEnumerateType.init 2 0 0
prop NumpyNdEnumerateType.key 1 0 0
attr NumpyNdEnumerateType.array_type 1 0 0
meth Record.make_c_struct 2 0 0
meth Record.init 4 0 0
meth Record._normalize_fields 2 0 0
meth Record.len 1 0 0
meth Record.offset 2 0 0
meth Record.typeof 2 0 0
meth Record.alignof 2 0 0
meth Record.has_titles 1 0 0
meth Record.is_title 2 0 0
meth Record.can_convert_to 3 0 0
meth Record.repr 1 0 0
prop Record.key 1 0 0
prop Record.mangling_args 1 0 0
prop Record.members 1 0 0
prop Record.dtype 1 0 0
attr Record.fields 1 0 0
attr Record.size 1 0 0
attr Record.aligned 1 0 0
attr Record.bitwidth 1 0 0
meth UnicodeCharSeq.init 2 0 0
meth UnicodeCharSeq.can_convert_to 3 0 0
meth UnicodeCharSeq.can_convert_from 3 0 0
meth UnicodeCharSeq.repr 1 0 0
prop UnicodeCharSeq.key 1 0 0
attr UnicodeCharSeq.count 1 0 0
meth NestedArray.init 3 0 0
meth NestedArray.repr 1 0 0
prop NestedArray.shape 1 0 0
prop NestedArray.nitems 1 0 0
prop NestedArray.size 1 0 0
prop NestedArray.strides 1 0 0
prop NestedArray.key 1 0 0

numba.core.types.scalars (67 missing, 0 any)

Symbol Typable Typed Any
func parse_integer_signed 2 0 0
func parse_integer_bitwidth 2 0 0
meth Boolean.cast_python_value 2 0 0
meth BooleanLiteral.init 2 0 0
meth BooleanLiteral.can_convert_to 3 0 0
prop IntEnumClass.member_type 1 0 0
meth Integer.init 4 0 0
meth Integer.from_bitwidth 3 0 0
meth Integer.cast_python_value 2 0 0
meth Integer.lt 2 0 0
prop Integer.maxval 1 0 0
prop Integer.minval 1 0 0
attr Integer.bitwidth 1 0 0
attr Integer.signed 1 0 0
meth Float.init 3 0 0
meth Float.cast_python_value 2 0 0
meth Float.lt 2 0 0
attr Float.bitwidth 1 0 0
meth Complex.init 4 0 0
meth Complex.cast_python_value 2 0 0
meth Complex.lt 2 0 0
attr Complex.underlying_float 1 0 0
attr Complex.bitwidth 1 0 0
meth IntegerLiteral.init 2 0 0
meth IntegerLiteral.can_convert_to 3 0 0
meth EnumMember.init 3 0 0
prop EnumMember.key 1 0 0
prop EnumMember.class_type 1 0 0
attr EnumMember.instance_class 1 0 0
attr EnumMember.dtype 1 0 0
meth EnumClass.init 3 0 0
prop EnumClass.key 1 0 0
prop EnumClass.member_type 1 0 0
attr EnumClass.instance_class 1 0 0
attr EnumClass.dtype 1 0 0
meth IntEnumMember.can_convert_to 3 0 0

numba.core.typing.arraydecl (157 missing, 0 any)

Symbol Typable Typed Any
meth StaticSetItemLiteralRecord.generic 3 0 0
meth SetItemBuffer.generic 3 0 0
func generic_expand_cumulative 4 0 0
meth StaticGetItemRecord.generic 3 0 0
attr numpy_version 1 0 0
meth StaticGetItemLiteralRecord.generic 3 0 0
meth RecordAttribute.generic_resolve 3 0 0
func generic_expand 4 0 0
func get_array_index_type 3 0 0
func normalize_shape 2 0 0
func sum_expand 4 0 0
func install_array_method 4 0 0
func generic_index 4 0 0
meth StaticSetItemRecord.generic 3 0 0
meth ArrayCTypesAttribute.resolve_data 2 0 0
meth DTypeAttr.resolve_type 2 0 0
meth DTypeAttr.resolve_kind 2 0 0
meth StaticGetItemArray.generic 3 0 0
meth ArrayFlagsAttribute.resolve_contiguous 2 0 0
meth ArrayFlagsAttribute.resolve_c_contiguous 2 0 0
meth ArrayFlagsAttribute.resolve_f_contiguous 2 0 0
meth ArrayAttribute.resolve_dtype 2 0 0
meth ArrayAttribute.resolve_nbytes 2 0 0
meth ArrayAttribute.resolve_itemsize 2 0 0
meth ArrayAttribute.resolve_shape 2 0 0
meth ArrayAttribute.resolve_strides 2 0 0
meth ArrayAttribute.resolve_ndim 2 0 0
meth ArrayAttribute.resolve_size 2 0 0
meth ArrayAttribute.resolve_flat 2 0 0
meth ArrayAttribute.resolve_ctypes 2 0 0
meth ArrayAttribute.resolve_flags 2 0 0
meth ArrayAttribute.resolve_T 2 0 0
meth ArrayAttribute.resolve_real 2 0 0
meth ArrayAttribute.resolve_imag 2 0 0
meth ArrayAttribute._resolve_real_imag 3 0 0
meth ArrayAttribute.resolve_transpose 4 0 0
meth ArrayAttribute.resolve_copy 4 0 0
meth ArrayAttribute.resolve_item 4 0 0
meth ArrayAttribute.resolve_itemset 4 0 0
meth ArrayAttribute.resolve_nonzero 4 0 0
meth ArrayAttribute.resolve_reshape 4 0 0
meth ArrayAttribute.resolve_sort 4 0 0
meth ArrayAttribute.resolve_argsort 4 0 0
meth ArrayAttribute.resolve_view 4 0 0
meth ArrayAttribute.resolve_astype 4 0 0
meth ArrayAttribute.resolve_ravel 4 0 0
meth ArrayAttribute.resolve_flatten 4 0 0
meth ArrayAttribute.generic_resolve 3 0 0
func generic_hetero_always_real 4 0 0
meth CmpOpEqArray.generic 3 0 0
meth GetItemBuffer.generic 3 0 0
func generic_homog 4 0 0
func generic_hetero_real 4 0 0

numba.core.typing.asnumbatype (17 missing, 0 any)

Symbol Typable Typed Any
attr as_numba_type 1 0 0
meth AsNumbaTypeRegistry.init 1 0 0
meth AsNumbaTypeRegistry._numba_type_infer 2 0 0
meth AsNumbaTypeRegistry._builtin_infer 2 0 0
meth AsNumbaTypeRegistry.register 3 0 0
meth AsNumbaTypeRegistry.try_infer 2 0 0
meth AsNumbaTypeRegistry.infer 2 0 0
meth AsNumbaTypeRegistry.call 2 0 0
attr AsNumbaTypeRegistry.lookup 1 0 0
attr AsNumbaTypeRegistry.functions 1 0 0

numba.core.typing.bufproto (7 missing, 0 any)

Symbol Typable Typed Any
func infer_layout 2 0 0
func decode_pep3118_format 3 0 0
func get_type_class 2 0 0

numba.core.typing.builtins (203 missing, 0 any)

Symbol Typable Typed Any
meth StaticGetItemLiteralList.generic 3 0 0
meth Float.generic 3 0 0
attr Abs.int_cases 1 0 0
attr Abs.uint_cases 1 0 0
attr Abs.real_cases 1 0 0
attr Abs.complex_cases 1 0 0
meth NumberAttribute.resolveclass_ 2 0 0
meth NumberAttribute.resolve_real 2 0 0
meth NumberAttribute.resolve_imag 2 0 0
meth NumberAttribute.resolve_conjugate 4 0 0
meth NumberAttribute.resolve_item 4 0 0
attr BitwiseShiftOperation.cases 1 0 0
meth NPDatetimeAttribute.resolve_class__ 2 0 0
attr integer_binop_cases 1 0 0
attr BinOpTrueDiv.cases 1 0 0
attr BinOpMod.cases 1 0 0
attr BinOp.cases 1 0 0
attr Round.cases 1 0 0
attr machine_ints 1 0 0
meth BooleanAttribute.resolveclass_ 2 0 0
meth BooleanAttribute.resolve_item 4 0 0
attr OrderedCmpOp.cases 1 0 0
attr Slice.cases 1 0 0
meth Next.generic 3 0 0
meth GetItemCPointer.generic 3 0 0
meth StaticGetItemLiteralStrKeyDict.generic 3 0 0
attr BinOpFloorDiv.cases 1 0 0
meth Len.generic 3 0 0
meth IndexValue.init__ 3 0 0
meth IndexValue.repr 1 0 0
attr IndexValue.index 1 0 0
attr IndexValue.value 1 0 0
meth Zip.generic 3 0 0
attr BitwiseLogicOperation.cases 1 0 0
meth TupleAdd.generic 3 0 0
meth IndexValueType.init 2 0 0
attr IndexValueType.val_typ 1 0 0
attr UnorderedCmpOp.cases 1 0 0
meth NumberClassAttribute.resolvecall_ 2 0 0
meth GenericNotIn.generic 3 0 0
meth SetItemCPointer.generic 3 0 0
meth StaticGetItemClass.generic 3 0 0
meth TupleBool.generic 3 0 0
meth Enumerate.generic 3 0 0
attr UnaryOp.cases 1 0 0
meth DeferredAttribute.generic_resolve 3 0 0
meth TypeBuiltin.generic 3 0 0
meth Int.generic 3 0 0
meth Print.generic 3 0 0
meth IterNext.generic 3 0 0
meth OptionalAttribute.generic_resolve 3 0 0
meth MemoryViewAttribute.resolve_contiguous 2 0 0
meth MemoryViewAttribute.resolve_c_contiguous 2 0 0
meth MemoryViewAttribute.resolve_f_contiguous 2 0 0
meth MemoryViewAttribute.resolve_itemsize 2 0 0
meth MemoryViewAttribute.resolve_nbytes 2 0 0
meth MemoryViewAttribute.resolve_readonly 2 0 0
meth MemoryViewAttribute.resolve_shape 2 0 0
meth MemoryViewAttribute.resolve_strides 2 0 0
meth MemoryViewAttribute.resolve_ndim 2 0 0
func typeof_index 3 0 0
meth PairSecond.generic 3 0 0
func choose_result_int 2 0 0
attr UnaryNot.cases 1 0 0
meth MinMaxBase._unify_minmax 2 0 0
meth MinMaxBase.generic 3 0 0
func choose_result_bitwidth 2 0 0
meth PairFirst.generic 3 0 0
meth PrintItem.generic 3 0 0
meth ConstOpEq.generic 3 0 0
meth SliceAttribute.resolve_start 2 0 0
meth SliceAttribute.resolve_stop 2 0 0
meth SliceAttribute.resolve_step 2 0 0
meth SliceAttribute.resolve_indices 4 0 0
meth Bool.generic 3 0 0
meth GetIter.generic 3 0 0
meth NPTimedeltaAttribute.resolve_class__ 2 0 0
meth Complex.generic 3 0 0
func type_index_value 2 0 0
attr BitwiseInvert.cases 1 0 0
meth StaticGetItemTuple.generic 3 0 0
meth IndexValueModel.init 3 0 0
meth Contains.generic 3 0 0
meth Iter.generic 3 0 0
attr BinOpPower.cases 1 0 0
meth CmpOpIdentity.generic 3 0 0
meth TypeRefAttribute.resolvecall 2 0 0
attr Range.cases 1 0 0
meth TupleConstructor.generic 3 0 0
meth TupleCompare.generic 3 0 0
attr DivMod.tys 1 0 0
attr DivMod.cases 1 0 0
func normalize_1d_index 2 0 0

numba.core.typing.cffi_utils (26 missing, 0 any)

Symbol Typable Typed Any
meth FFI_from_buffer.generic 3 0 0
attr registry 1 0 0
func is_cffi_func 2 0 0
meth FFIAttribute.resolve_from_buffer 2 0 0
func register_type 3 0 0
func make_function_type 3 0 0
attr ffi 1 0 0
func register_module 2 0 0
func get_pointer 2 0 0
func map_struct_to_record_dtype 2 0 0
func is_ffi_instance 2 0 0
func map_type 3 0 0

numba.core.typing.cmathdecl (4 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
attr CMath_predicate.cases 1 0 0
attr Cmath_log.cases 1 0 0
attr CMath_unary.cases 1 0 0

numba.core.typing.collections (25 missing, 0 any)

Symbol Typable Typed Any
meth NamedTupleAttribute.resolveclass_ 2 0 0
meth NamedTupleAttribute.generic_resolve 3 0 0
meth ContainerLen.generic 3 0 0
meth InContainer.generic 3 0 0
meth SequenceBool.generic 3 0 0
meth DelItemSequence.generic 3 0 0
meth SetItemSequence.generic 3 0 0
meth GetItemSequence.generic 3 0 0
meth NamedTupleClassAttribute.resolve_call__ 2 0 0

numba.core.typing.context (139 missing, 0 any)

Symbol Typable Typed Any
meth CallStack.init 1 0 0
meth CallStack.getitem 2 0 0
meth CallStack.len 1 0 0
meth CallStack.register 5 0 0
meth CallStack.finditer 2 0 0
meth CallStack.findfirst 2 0 0
meth CallStack.match 3 0 0
meth CallStack.lookup_resolve_cache 4 1 0
meth Rating.init 1 0 0
meth Rating.astuple 1 0 0
meth Rating.add 2 0 0
attr Rating.promote 1 0 0
attr Rating.safe_convert 1 0 0
attr Rating.unsafe_convert 1 0 0
meth CallFrame.init 5 0 0
meth CallFrame.repr 1 0 0
meth CallFrame.add_return_type 2 0 0
attr CallFrame.typeinfer 1 0 0
attr CallFrame.func_id 1 0 0
attr CallFrame.args 1 0 0
attr CallFrame.target 1 0 0
meth BaseContext.init 1 0 0
meth BaseContext.init 1 0 0
meth BaseContext.refresh 1 0 0
meth BaseContext.explain_function_type 2 0 0
meth BaseContext.resolve_function_type 4 0 0
meth BaseContext._resolve_builtin_function_type 4 0 0
meth BaseContext._resolve_user_function_type 5 0 0
meth BaseContext._get_attribute_templates 2 0 0
meth BaseContext.resolve_getattr 3 0 0
meth BaseContext.find_matching_getattr_template 3 0 0
meth BaseContext.resolve_setattr 4 0 0
meth BaseContext.resolve_static_getitem 3 0 0
meth BaseContext.resolve_static_setitem 4 0 0
meth BaseContext.resolve_setitem 4 0 0
meth BaseContext.resolve_delitem 3 0 0
meth BaseContext.resolve_module_constants 3 0 0
meth BaseContext.resolve_value_type 2 0 0
meth BaseContext.resolve_value_type_prefer_literal 2 0 0
meth BaseContext._get_global_type 2 0 0
meth BaseContext._load_builtins 1 0 0
meth BaseContext.load_additional_registries 1 0 0
meth BaseContext.install_registry 2 0 0
meth BaseContext._lookup_global 2 0 0
meth BaseContext._insert_global 3 0 0
meth BaseContext._remove_global 2 0 0
meth BaseContext.insert_global 3 0 0
meth BaseContext.insert_attributes 2 0 0
meth BaseContext.insert_function 2 0 0
meth BaseContext.insert_user_function 3 0 0
meth BaseContext.can_convert 3 0 0
meth BaseContext._rate_arguments 5 0 0
meth BaseContext.install_possible_conversions 3 0 0
meth BaseContext.resolve_overload 8 0 0
meth BaseContext.unify_types 2 0 0
meth BaseContext.unify_pairs 3 0 0
attr BaseContext.tm 1 0 0
attr BaseContext.callstack 1 0 0
meth Context.load_additional_registries 1 0 0

numba.core.typing.ctypes_utils (10 missing, 0 any)

Symbol Typable Typed Any
func is_ctypes_funcptr 2 0 0
func make_function_type 2 0 0
func get_pointer 2 0 0
func to_ctypes 2 0 0
func from_ctypes 2 0 0

numba.core.typing.dictdecl (4 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
meth DictBuiltin.generic 3 0 0

numba.core.typing.enumdecl (12 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
meth EnumClassAttribute.generic_resolve 3 0 0
meth EnumClassStaticGetItem.generic 3 0 0
meth EnumAttribute.resolve_value 2 0 0
meth EnumCompare.generic 3 0 0

numba.core.typing.listdecl (36 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
meth ListBuiltin.generic 3 0 0
meth AddList.generic 3 0 0
meth ListCompare.generic 3 0 0
meth ListAttribute.resolve_append 4 0 0
meth ListAttribute.resolve_clear 4 0 0
meth ListAttribute.resolve_extend 4 0 0
meth ListAttribute.resolve_insert 4 0 0
meth ListAttribute.resolve_pop 4 0 0
meth InplaceAddList.generic 3 0 0
meth MulList.generic 3 0 0

numba.core.typing.mathdecl (12 missing, 0 any)

Symbol Typable Typed Any
attr Math_atan2.cases 1 0 0
attr registry 1 0 0
attr Math_unary.cases 1 0 0
attr Math_pow.cases 1 0 0
attr Math_frexp.cases 1 0 0
attr Math_copysign.cases 1 0 0
attr Math_predicate.cases 1 0 0
attr Math_converter.cases 1 0 0
attr Math_gcd.cases 1 0 0
attr Math_nextafter.cases 1 0 0
attr Math_hypot.cases 1 0 0
attr Math_ldexp.cases 1 0 0

numba.core.typing.npdatetime (33 missing, 0 any)

Symbol Typable Typed Any
meth DatetimeCmpOp.generic 3 0 0
meth TimedeltaUnaryOp.generic 3 0 0
meth TimedeltaCmpOp.generic 3 0 0
meth DatetimePlusTimedelta.generic 3 0 0
meth TimedeltaMixOp.generic 3 0 0
meth TimedeltaBinOp.generic 3 0 0
meth TimedeltaOrderedCmpOp.generic 3 0 0
meth TimedeltaDivOp.generic 3 0 0
meth DatetimeMinusTimedelta.generic 3 0 0
meth DatetimeMinMax.generic 3 0 0
meth DatetimeMinusDatetime.generic 3 0 0

numba.core.typing.npydecl (51 missing, 0 any)

Symbol Typable Typed Any
meth NdEnumerate.generic 3 0 0
attr all_ufuncs 1 0 0
meth Numpy_method_redirection.generic 3 0 0
func parse_shape 2 0 0
meth NdIter.generic 3 0 0
func parse_dtype 2 0 0
meth NumpyRulesArrayOperator.install_operations 1 0 0
meth NumpyRulesArrayOperator.generic 3 0 0
prop NumpyRulesArrayOperator.ufunc 1 0 0
attr np_types 1 0 0
meth Numpy_rules_ufunc._handle_inputs 4 0 0
meth Numpy_rules_ufunc.generic 3 0 0
prop Numpy_rules_ufunc.ufunc 1 0 0
func register_number_classes 2 0 0
attr registry 1 0 0
meth NumpyRulesUnaryArrayOperator.generic 3 0 0
meth MatMulTyperMixin.matmul_typer 4 0 0
attr supported_array_operators 1 0 0
meth NumpyRulesInplaceArrayOperator.generic 3 0 0
meth NdIndex.generic 3 0 0
func register_numpy_ufunc 3 0 0
meth DtypeEq.generic 3 0 0

numba.core.typing.setdecl (26 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
meth SetBuiltin.generic 3 0 0
meth SetComparison.generic 3 0 0
meth SetAttribute.resolve_add 4 0 0
meth SetAttribute.resolve_update 4 0 0
meth SetAttribute._resolve_operator 4 0 0
meth SetAttribute._resolve_comparator 4 0 0
meth SetOperator.generic 3 0 0

numba.core.typing.templates (130 missing, 0 any)

Symbol Typable Typed Any
meth CallableTemplate.apply 3 0 0
meth CallableTemplate.get_template_info 1 0 0
func signature 4 0 0
func bound_function 2 0 0
func fold_arguments 7 0 0
meth ConcreteTemplate.apply 3 0 0
meth ConcreteTemplate.get_template_info 1 0 0
func make_overload_template 8 0 0
func make_overload_method_template 7 0 0
attr builtin_registry 1 0 0
func make_intrinsic_template 6 0 0
meth BaseRegistryLoader.init 2 0 0
meth BaseRegistryLoader.new_registrations 2 0 0
meth Registry.init 1 0 0
meth Registry.register 2 0 0
meth Registry.register_attr 2 0 0
meth Registry.register_global 4 0 0
attr Registry.functions 1 0 0
attr Registry.attributes 1 0 0
attr Registry.globals 1 0 0
meth AbstractTemplate.apply 3 0 0
meth AbstractTemplate.get_template_info 1 0 0
func make_callable_template 4 0 0
meth Signature.init 5 0 0
meth Signature.replace 2 0 0
meth Signature.getstate 1 0 0
meth Signature.setstate 2 0 0
meth Signature.hash 1 0 0
meth Signature.eq 2 0 0
meth Signature.ne 2 0 0
meth Signature.repr 1 0 0
meth Signature.as_method 1 0 0
meth Signature.as_function 1 0 0
meth Signature.as_type 1 0 0
meth Signature.unliteral 1 0 0
meth Signature.dump 2 0 0
meth Signature.is_precise 1 0 0
prop Signature.return_type 1 0 0
prop Signature.args 1 0 0
prop Signature.recvr 1 0 0
prop Signature.pysig 1 0 0
prop Signature.is_method 1 0 0
func make_overload_attribute_template 8 0 0
meth FunctionTemplate.init 2 0 0
meth FunctionTemplate._select 4 0 0
meth FunctionTemplate.get_impl_key 2 0 0
meth FunctionTemplate.get_source_code_info 2 0 0
meth FunctionTemplate.get_template_info 1 0 0
meth FunctionTemplate.str 1 0 0
meth FunctionTemplate.repr 1 0 0
attr FunctionTemplate.context 1 0 0
func make_concrete_template 4 0 0
meth AttributeTemplate.init 2 0 0
meth AttributeTemplate.resolve 3 0 0
meth AttributeTemplate._resolve 3 0 0
attr AttributeTemplate.context 1 0 0

numba.core.typing.typeof (15 missing, 0 any)

Symbol Typable Typed Any
func typeof_random_generator 3 0 0
func typeof 3 0 0
func typeof_numpy_polynomial 3 0 0
func typeof_numpy_random_bitgen 3 0 0
func typeof_impl 3 0 0

numba.core.unsafe.bytes (16 missing, 0 any)

Symbol Typable Typed Any
func grab_byte 4 0 0
func grab_uint64_t 4 0 0
func memcpy_region 8 0 0

numba.core.unsafe.eh (10 missing, 0 any)

Symbol Typable Typed Any
func mark_try_block 2 0 0
func exception_check 2 0 0
func end_try_block 2 0 0
func exception_match 4 0 0

numba.core.unsafe.nrt (2 missing, 0 any)

Symbol Typable Typed Any
func NRT_get_api 2 0 0

numba.core.unsafe.refcount (6 missing, 0 any)

Symbol Typable Typed Any
func get_refcount 3 0 0
func dump_refcount 3 0 0

numba.core.untyped_passes (130 missing, 0 any)

Symbol Typable Typed Any
meth CanonicalizeLoopExit.init 1 0 0
meth CanonicalizeLoopExit.run_pass 2 0 0
meth CanonicalizeLoopExit._split_exit_block 4 0 0
meth PrintIRCFG.init 1 0 0
meth PrintIRCFG.run_pass 2 0 0
meth IterLoopCanonicalization.init 1 0 0
meth IterLoopCanonicalization.assess_loop 4 0 0
meth IterLoopCanonicalization.transform 4 0 0
meth IterLoopCanonicalization.run_pass 2 0 0
meth LiteralPropagationSubPipelinePass.init 1 0 0
meth LiteralPropagationSubPipelinePass.run_pass 2 0 0
meth LiteralPropagationSubPipelinePass.get_analysis_usage 2 0 0
meth FindLiterallyCalls.init 1 0 0
meth FindLiterallyCalls.run_pass 2 0 0
meth InlineClosureLikes.init 1 0 0
meth InlineClosureLikes.run_pass 2 0 0
meth RewriteDynamicRaises.init 1 0 0
meth RewriteDynamicRaises.run_pass 2 0 0
meth ExtractByteCode.init 1 0 0
meth ExtractByteCode.run_pass 2 0 0
meth PropagateLiterals.init 1 0 0
meth PropagateLiterals.get_analysis_usage 2 0 0
meth PropagateLiterals.run_pass 2 0 0
meth LiteralUnroll.init 1 0 0
meth LiteralUnroll.run_pass 2 0 0
meth InlineInlinables.init 1 0 0
meth InlineInlinables.run_pass 2 0 0
meth InlineInlinables._do_work 7 0 0
meth TranslateByteCode.init 1 0 0
meth TranslateByteCode.run_pass 2 0 0
meth IRProcessing.init 1 0 0
meth IRProcessing.run_pass 2 0 0
meth CanonicalizeLoopEntry.init 1 0 0
meth CanonicalizeLoopEntry.run_pass 2 0 0
meth CanonicalizeLoopEntry._split_entry_block 5 0 0
meth RewriteSemanticConstants.init 1 0 0
meth RewriteSemanticConstants.run_pass 2 0 0
meth TransformLiteralUnrollConstListToTuple.init 1 0 0
meth TransformLiteralUnrollConstListToTuple.run_pass 2 0 0
func fallback_context 3 0 0
meth MakeFunctionToJitFunction.init 1 0 0
meth MakeFunctionToJitFunction.run_pass 2 0 0
meth SimplifyCFG.init 1 0 0
meth SimplifyCFG.run_pass 2 0 0
meth MixedContainerUnroller.init 1 0 0
meth MixedContainerUnroller.analyse_tuple 2 0 0
meth MixedContainerUnroller.add_offset_to_labels_w_ignore 4 0 0
meth MixedContainerUnroller.inject_loop_body 6 0 0
meth MixedContainerUnroller.gen_switch 3 0 0
meth MixedContainerUnroller.apply_transform 2 0 0
meth MixedContainerUnroller.unroll_loop 3 0 0
meth MixedContainerUnroller.run_pass 2 0 0
meth WithLifting.init 1 0 0
meth WithLifting.run_pass 2 0 0
meth FixupArgs.init 1 0 0
meth FixupArgs.run_pass 2 0 0
meth PreserveIR.init 1 0 0
meth PreserveIR.run_pass 2 0 0
meth GenericRewrites.init 1 0 0
meth GenericRewrites.run_pass 2 0 0
meth DeadBranchPrune.init 1 0 0
meth DeadBranchPrune.run_pass 2 0 0
meth DeadBranchPrune.get_analysis_usage 2 0 0
meth ReconstructSSA.init 1 0 0
meth ReconstructSSA.run_pass 2 0 0
meth ReconstructSSA._patch_locals 2 0 0

numba.core.utils (113 missing, 0 any)

Symbol Typable Typed Any
func chain_exception 3 0 0
meth UniqueDict.setitem 3 0 0
func unify_function_types 2 0 0
func format_time 2 0 0
func get_hashable_key 2 0 0
func benchmark 3 0 0
func unified_function_type 3 0 0
func shutting_down 2 0 0
func runonce 2 0 0
func stream_list 2 0 0
meth threadsafe_cached_property.init 3 0 0
meth threadsafe_cached_property.get 3 0 0
func erase_traceback 2 0 0
func safe_relpath 3 0 0
meth MutableSortedSet.init 2 1 0
meth MutableSortedSet.len 1 0 0
meth MutableSortedSet.iter 1 0 0
meth MutableSortedSet.add 2 1 0
meth MutableSortedSet.discard 2 1 0
meth MutableSortedSet.update 2 0 0
func get_nargs_range 2 0 0
meth ThreadLocalStack.init_subclass 3 0 0
meth ThreadLocalStack.init 1 0 0
meth ThreadLocalStack.push 2 0 0
meth ThreadLocalStack.pop 1 0 0
meth ThreadLocalStack.top 1 0 0
meth ThreadLocalStack.len 1 0 0
meth ThreadLocalStack.enter 2 0 0
attr ThreadLocalStack._tls 1 0 0
meth OrderedSet.init 2 1 0
meth OrderedSet.contains 2 0 0
meth OrderedSet.iter 1 0 0
meth OrderedSet.len 1 0 0
meth OrderedSet.add 2 0 0
meth OrderedSet.discard 2 0 0
func dump_llvm 3 0 0
meth BenchmarkResult.init 4 0 0
meth BenchmarkResult.repr 1 0 0
attr BenchmarkResult.func 1 0 0
attr BenchmarkResult.loop 1 0 0
attr BenchmarkResult.records 1 0 0
attr BenchmarkResult.best 1 0 0
meth SortedMap.init 2 0 0
meth SortedMap.getitem 2 0 0
meth SortedMap.len 1 0 0
meth SortedMap.iter 1 0 0
func order_by_target_specificity 4 0 0
meth MutableSortedMap.init 2 0 0
meth MutableSortedMap.setitem 3 2 0
meth MutableSortedMap.delitem 2 1 0
func bit_length 2 0 0
meth ConfigOptions.init 1 0 0
meth ConfigOptions.set 3 0 0
meth ConfigOptions.unset 2 0 0
meth ConfigOptions._check_attr 2 0 0
meth ConfigOptions.getattr 2 0 0
meth ConfigOptions.setattr 3 0 0
meth ConfigOptions.repr 1 0 0
meth ConfigOptions.copy 1 0 0
meth ConfigOptions.eq 2 0 0
meth ConfigOptions.ne 2 0 0
meth ConfigOptions.hash 1 0 0

numba.core.withcontexts (20 missing, 0 any)

Symbol Typable Typed Any
func typeof_contextmanager 3 0 0
attr bypass_context 1 0 0
meth WithContext.enter 1 0 0
meth WithContext.exit 4 0 0
meth WithContext.mutate_with_body 8 0 0
attr parallel_chunksize 1 0 0
attr objmode_context 1 0 0
attr call_context 1 0 0

numba.cpython.builtins (264 missing, 0 any)

Symbol Typable Typed Any
func boolval_max 3 0 0
func setitem_cpointer 5 0 0
func ol_str_generic 2 0 0
func next_impl 5 0 0
func number_constructor 5 0 0
func generic_is_not 5 0 0
func lower_tuple 5 0 0
func deferred_getattr 6 0 0
func ol_hasattr 3 0 0
func ol_getattr_3 4 0 0
func ol_isinstance 3 0 0
func ol__getattr_raise_attr_exc 3 0 0
func int_impl 5 0 0
func lower_empty_tuple 5 0 0
func bool_is_impl 5 0 0
func resolve_getattr 5 0 0
func generic_is 5 0 0
func round_impl_unary 5 0 0
func deferred_to_any 6 0 0
func bool_none 2 0 0
func ol_getattr_2 3 0 0
func iterable_max 2 0 0
attr less_than 1 0 0
func ol_filter 3 0 0
func min_vararg 5 0 0
func type_impl 5 0 0
func ol_repr_generic 2 0 0
func const_eq_impl 5 0 0
attr greater_than 1 0 0
func min_iterable 5 0 0
func indval_max 3 0 0
func constant_dummy 5 0 0
func get_type_min_value 2 0 0
func min_max_impl 3 0 0
func redirect_type_ctor 5 0 0
func gen_non_eq 2 0 0
func complex_impl 5 0 0
func boolval_min 3 0 0
func ol_sum 3 0 0
func float_literal_impl 5 0 0
func const_ne_impl 5 0 0
func constsized_len 5 0 0
meth MinValInfer.generic 3 0 0
func max_iterable 5 0 0
func impl_index_value 5 0 0
func iterable_min 2 0 0
func ol_truth 2 0 0
func constant_function_pointer 5 0 0
func not_in 5 0 0
func max_vararg 5 0 0
func sized_bool 5 0 0
func lower_get_type_max_value 5 0 0
func lower_get_type_min_value 5 0 0
func opaque_is 5 0 0
func bool_sequence 2 0 0
func get_type_max_value 2 0 0
func do_minmax 6 0 0
func constant_optional 5 0 0
func round_impl_binary 5 0 0
func any_to_deferred 6 0 0
func getitem_cpointer 5 0 0
func iter_impl 5 0 0
func resolve_hasattr 4 0 0
func indval_min 3 0 0
func ol_map 4 0 0

numba.cpython.charseq (163 missing, 0 any)

Symbol Typable Typed Any
func unicode_charseq_ljust 4 0 0
func charseq_repeat 3 0 0
func charseq_to_bytes 6 0 0
func unicode_to_unicode_charseq 6 0 0
func unicode_charseq_isupper 2 0 0
func charseq_ge 3 0 0
func unicode_charseq_get_code 3 0 0
func unicode_charseq_hash 2 0 0
func unicode_charseq_join 3 0 0
func charseq_get_code 3 0 0
func charseq_gt 3 0 0
func charseq_concat 3 0 0
func unicode_charseq_find 3 0 0
func unicode_charseq_zfill 3 0 0
func charseq_isupper 2 0 0
func unicode_charseq_split 4 0 0
func charseq_len 2 0 0
func unicode_charseq_rjust 4 0 0
func charseq_le 3 0 0
func deref_uint32 4 0 0
func charseq_upper 2 0 0
func unicode_to_bytes_mth 2 0 0
func charseq_to_str_mth 2 0 0
attr u1_dtype 1 0 0
func unicode_charseq_rfind 3 0 0
func unicode_charseq_lstrip 3 0 0
func unicode_charseq_startswith 3 0 0
func charseq_contains 3 0 0
func charseq_str 2 0 0
func charseq_get_kind 2 0 0
func charseq_getitem 3 0 0
func bytes_to_charseq 6 0 0
func deref_uint16 4 0 0
func charseq_get_value 3 0 0
func unicode_get_code 3 0 0
func unicode_to_bytes_cast 6 0 0
func unicode_charseq_endswith 3 0 0
func unicode_charseq_strip 3 0 0
func charseq_eq 3 0 0
func bytes_get_code 3 0 0
attr s1_dtype 1 0 0
func deref_uint8 4 0 0
func unicode_charseq_center 4 0 0
func charseq_hash 2 0 0
func charseq_lt 3 0 0
func charseq_isascii 2 0 0
func unicode_charseq_get_value 3 0 0
attr bytes_type 1 0 0
func unicode_charseq_upper 2 0 0
func make_deref_codegen 2 0 0
func is_default 3 0 0
func charseq_ne 3 0 0
func charseq_bytes 2 0 0
func charseq_not 2 0 0
func unicode_charseq_rstrip 3 0 0

numba.cpython.cmathimpl (106 missing, 0 any)

Symbol Typable Typed Any
func impl_cmath_sinh 2 0 0
func impl_cmath_tanh 2 0 0
attr NAN 1 0 0
func impl_cmath_cosh 2 0 0
func cos_impl 5 0 0
func asinh_impl 5 0 0
func impl_cmath_acosh 2 0 0
func intrinsic_complex_unary 2 0 0
func isnan_float_impl 5 0 0
func isfinite_float_impl 5 0 0
attr registry 1 0 0
func impl_cmath_log10 2 0 0
func is_finite 3 0 0
func is_inf 3 0 0
func acos_impl 5 0 0
func log_impl 5 0 0
func log_base_impl 5 0 0
func phase_impl 2 0 0
func sin_impl 5 0 0
func atan_impl 5 0 0
func exp_impl 5 0 0
func isinf_float_impl 5 0 0
attr INF 1 0 0
func tan_impl 5 0 0
func impl_cmath_rect 3 0 0
func sqrt_impl 5 0 0
func atanh_impl 5 0 0
func asin_impl 5 0 0
func is_nan 3 0 0
func polar_impl 2 0 0

numba.cpython.enumimpl (44 missing, 0 any)

Symbol Typable Typed Any
func enum_eq 5 0 0
func enum_class_getattr 6 0 0
func enum_value 5 0 0
func enum_is 5 0 0
func enum_ne 5 0 0
func enum_class_getitem 5 0 0
func intenum_hash 2 0 0
func enum_constant 5 0 0
func int_enum_to_int 6 0 0

numba.cpython.hashing (17 missing, 0 any)

Symbol Typable Typed Any
func int_hash 2 0 0
func ol_defer_hash 3 0 0
func hash_overload 2 0 0
func complex_hash 2 0 0
func process_return 2 0 0
func unicode_hash 2 0 0
func float_hash 2 0 0
func tuple_hash 2 0 0

numba.cpython.heapq (29 missing, 0 any)

Symbol Typable Typed Any
func heapreplace 3 0 0
func nsmallest 3 0 0
func assert_heap_type 2 0 0
func hq_heappop 2 0 0
func reversed_range 2 0 0
func assert_item_type_consistent_with_heap_type 3 0 0
func heappushpop 3 0 0
func check_input_types 3 0 0
func nlargest 3 0 0
func hq_heapify 2 0 0
func heappush 3 0 0

numba.cpython.iterators (27 missing, 0 any)

Symbol Typable Typed Any
func make_zip_object 5 0 0
func iternext_zip 6 0 0
func make_enumerate_object 5 0 0
func iterator_getiter 5 0 0
func iternext_enumerate 6 0 0

numba.cpython.listobj (297 missing, 0 any)

Symbol Typable Typed Any
func build_list 5 0 0
func literal_list_banned_insert 4 0 0
meth ListInstance.init 5 0 0
meth ListInstance.set_dirty 2 0 0
meth ListInstance.clear_value 2 0 0
meth ListInstance.setitem 5 0 0
meth ListInstance.inititem 4 0 0
meth ListInstance.zfill 3 0 0
meth ListInstance.allocate_ex 5 0 0
meth ListInstance.define_dtor 1 0 0
meth ListInstance.get_dtor 1 0 0
meth ListInstance.allocate 5 0 0
meth ListInstance.from_meminfo 5 0 0
meth ListInstance.resize 2 0 0
meth ListInstance.move 4 0 0
prop ListInstance.dtype 1 0 0
prop ListInstance._payload 1 0 0
prop ListInstance.parent 2 0 0
prop ListInstance.value 1 0 0
prop ListInstance.meminfo 1 0 0
func get_list_payload 5 0 0
func literal_list_banned_reverse 2 0 0
func literal_list_banned_sort 4 0 0
func list_is 5 0 0
func sequence_truth 2 0 0
func delitem_list_index 5 0 0
func impl_list_le 3 0 0
func literal_list_banned_remove 3 0 0
func list_insert 5 0 0
meth ListPayloadAccessor.init 5 0 0
func literal_list_setitem 4 0 0
func setitem_list 5 0 0
func sequence_bool 5 0 0
func list_extend 5 0 0
func literallist_to_literallist 6 0 0
func getslice_list 5 0 0
func list_append 5 0 0
func literal_list_contains 3 0 0
func literal_list_len 2 0 0
func list_clear 5 0 0
func list_copy 2 0 0
func impl_list_ge 3 0 0
func delitem_list 5 0 0
func impl_list_ne 3 0 0
func ol_sorted 4 0 0
func get_itemsize 3 0 0
func literal_list_banned_append 3 0 0
func literal_list_banned_clear 2 0 0
func getiter_list 5 0 0
func list_constructor 5 0 0
func list_mul_inplace 5 0 0
func list_mul 5 0 0
func literal_list_index 5 0 0
func literal_list_count 3 0 0
func literal_list_banned_pop 3 0 0
func literal_list_banned_extend 3 0 0
meth ListIterInstance.init 5 0 0
meth ListIterInstance.from_list 5 0 0
prop ListIterInstance._payload 1 0 0
prop ListIterInstance.value 1 0 0
prop ListIterInstance.index 2 0 0
func list_add_inplace 5 0 0
func ol_list_sort 4 0 0
func list_reverse 2 0 0
func list_to_list 6 0 0
func literal_list_getitem 3 0 0
func list_len 5 0 0
func literal_list_delitem 3 0 0
func list_add 5 0 0
func list_index 5 0 0
func iternext_listiter 6 0 0
func getitem_list 5 0 0
func list_pop 5 0 0
func list_eq 5 0 0
func impl_list_gt 3 0 0
func gt 3 0 0
func list_count 3 0 0
func impl_list_lt 3 0 0
func all_list 2 0 0
func in_seq 5 0 0
func list_remove 3 0 0

numba.cpython.mathimpl (167 missing, 0 any)

Symbol Typable Typed Any
func frexp_impl 5 0 0
attr log1p_impl 1 0 0
func negate_real 3 0 0
func hypot_u64_impl 5 0 0
func isfinite_int_impl 5 0 0
func unary_math_int_impl 3 0 0
attr cosh_impl 1 0 0
attr ceil_impl 1 0 0
attr cos_impl 1 0 0
attr log2_impl 1 0 0
func hypot_s64_impl 5 0 0
attr gamma_impl 1 0 0
func hypot_float_impl 5 0 0
attr asinh_impl 1 0 0
func atan2_float_impl 5 0 0
func pow_impl 5 0 0
attr asin_impl 1 0 0
func f64_as_int64 3 0 0
func call_fp_intrinsic 4 0 0
func isinf_int_impl 5 0 0
attr erf_impl 1 0 0
func ldexp_impl 5 0 0
func atan2_u64_impl 5 0 0
attr acosh_impl 1 0 0
attr floor_impl 1 0 0
attr exp2_impl 1 0 0
func isnan_float_impl 5 0 0
func isfinite_float_impl 5 0 0
func f32_as_int32 3 0 0
attr registry 1 0 0
func unary_math_extern 5 0 0
func is_finite 3 0 0
attr tanh_impl 1 0 0
func atan2_s64_impl 5 0 0
func is_inf 3 0 0
func int32_as_f32 3 0 0
attr acos_impl 1 0 0
attr erfc_impl 1 0 0
attr lgamma_impl 1 0 0
attr log_impl 1 0 0
func int64_as_f64 3 0 0
func copysign_float_impl 5 0 0
func isnan_int_impl 5 0 0
attr atan_impl 1 0 0
attr exp_impl 1 0 0
func radians_float_impl 5 0 0
func degrees_float_impl 5 0 0
attr sin_impl 1 0 0
func isinf_float_impl 5 0 0
func nextafter_impl 5 0 0
attr tan_impl 1 0 0
func gcd_impl 5 0 0
attr expm1_impl 1 0 0
func unary_math_intr 3 0 0
attr sqrt_impl 1 0 0
attr atanh_impl 1 0 0
attr log10_impl 1 0 0
func is_nan 3 0 0
attr trunc_impl 1 0 0
attr sinh_impl 1 0 0

numba.cpython.numbers (469 missing, 0 any)

Symbol Typable Typed Any
func real_imag_impl 5 0 0
func constant_integer 5 0 0
func complex_ne_impl 5 0 0
func int_unsigned_signed_cmp 2 0 0
func int_signed_unsigned_cmp 2 0 0
func float_to_float 6 0 0
func int_rem_impl 5 0 0
func uint_abs_impl 5 0 0
func int_ugt_impl 5 0 0
func int_divmod_impl 5 0 0
func real_abs_impl 5 0 0
func int_divmod 6 0 0
func real_power_impl 5 0 0
func complex_div_impl 5 0 0
func integer_to_integer 6 0 0
func int_floordiv_impl 5 0 0
func int_xor_impl 5 0 0
func complex_to_complex 6 0 0
func float_to_integer 6 0 0
func complex_add_impl 5 0 0
func real_negate_impl 5 0 0
func float_as_bool 5 0 0
func complex_real_impl 5 0 0
func complex_conjugate_impl 5 0 0
func integer_to_voidptr 6 0 0
func int_or_impl 5 0 0
func real_positive_impl 5 0 0
func bool_unary_positive_impl 5 0 0
func int_ne_impl 5 0 0
func real_floordiv_impl 6 0 0
func real_sign_impl 5 0 0
func complex_eq_impl 5 0 0
func int_shr_impl 5 0 0
func real_mul_impl 5 0 0
func complex_as_bool 5 0 0
func int_sgt_impl 5 0 0
func int_sle_impl 5 0 0
func complex_sub_impl 5 0 0
func int_add_impl 5 0 0
func int_shl_impl 5 0 0
func real_lt_impl 5 0 0
func real_sub_impl 5 0 0
func static_power_impl 5 0 0
func boolean_to_any 6 0 0
func int_as_bool 5 0 0
func int_sign_impl 5 0 0
func int_ule_impl 5 0 0
func int_negate_impl 5 0 0
func literal_int_to_boolean 6 0 0
func real_le_impl 5 0 0
func int_uge_impl 5 0 0
func real_add_impl 5 0 0
func real_eq_impl 5 0 0
func integer_to_float 6 0 0
func scalar_view 3 0 0
func int_positive_impl 5 0 0
func int_power_impl 5 0 0
func real_ge_impl 5 0 0
func bool_as_bool 5 0 0
func real_divmod 5 0 0
func bool_negate_impl 5 0 0
func non_complex_to_complex 6 0 0
func constant_complex 5 0 0
func complex_power_impl 5 0 0
func literal_int_to_number 6 0 0
func int_and_impl 5 0 0
func int_truediv_impl 5 0 0
func int_sub_impl 5 0 0
func real_div_impl 5 0 0
func number_item_impl 5 0 0
func real_divmod_impl 6 0 0
func real_real_impl 5 0 0
func real_divmod_func_body 5 0 0
attr NAN 1 0 0
func int_eq_impl 5 0 0
func complex_abs_impl 5 0 0
func complex_mul_impl 5 0 0
func real_conjugate_impl 5 0 0
func number_not_impl 5 0 0
func complex_imag_impl 5 0 0
func real_mod_impl 6 0 0
func int_ult_impl 5 0 0
func complex_negate_impl 5 0 0
func int_divmod_signed 6 0 0
func int_mul_impl 5 0 0
func complex_positive_impl 5 0 0
func int_abs_impl 5 0 0
func real_gt_impl 5 0 0
func int_sge_impl 5 0 0
func int_slt_impl 5 0 0
func real_ne_impl 5 0 0
func int_invert_impl 5 0 0
func any_to_boolean 6 0 0

numba.cpython.printimpl (11 missing, 0 any)

Symbol Typable Typed Any
func print_item_impl 5 0 0
func print_varargs_impl 5 0 0
attr registry 1 0 0

numba.cpython.randomimpl (317 missing, 0 any)

Symbol Typable Typed Any
func randrange_impl_1 2 0 0
func laplace_impl 3 0 0
func noncentral_chisquare_single 3 0 0
func do_shuffle_impl 3 0 0
func ol_np_random_gamma1 2 0 0
attr rnd_state_ptr_t 1 0 0
func laplace_impl1 2 0 0
func get_state_ptr 4 0 0
func chisquare_impl 2 0 0
func geometric_impl 3 0 0
attr double 1 0 0
func vonmises_impl 4 0 0
func np_randint_impl_1 2 0 0
func triangular_impl_3 6 0 0
func standard_cauchy_impl 2 0 0
func gamma_impl 4 0 0
func logistic_impl1 2 0 0
func seed_impl 3 0 0
func vonmisesvariate_impl 3 0 0
func wald_impl 3 0 0
func noncentral_chisquare 4 0 0
func random_impl 1 0 0
func lognormvariate_impl 3 0 0
func get_array_ptr 3 0 0
func weibull_impl2 3 0 0
func get_internal_state_ptr 3 0 0
func chisquare_impl2 3 0 0
func expovariate_impl 2 0 0
func betavariate_impl 3 0 0
func multinomial 4 0 0
func logistic_impl3 4 0 0
func np_lognormal_impl0 1 0 0
func get_gauss_ptr 3 0 0
func permutation_impl 2 0 0
func np_randint_impl_3 4 0 0
func randn 2 0 0
func weibull_impl 2 0 0
func np_gauss_impl0 1 0 0
func np_gauss_impl2 3 0 0
func poisson_impl2 3 0 0
func rayleigh_impl2 3 0 0
func validate_noncentral_chisquare_input 3 0 0
func standard_gamma_impl 3 0 0
func ol_np_random_gamma2 3 0 0
func exponential_impl 3 0 0
func wald_impl2 4 0 0
func randint_impl_1 3 0 0
func dirichlet 3 0 0
func negative_binomial_impl 3 0 0
func getrandbits_impl 2 0 0
func power_impl 3 0 0
func logistic_impl 3 0 0
func logseries_impl 3 0 0
func dirichlet_arr 3 0 0
func np_log_normal_impl2 3 0 0
func lognormal_impl 4 0 0
func rayleigh_impl1 2 0 0
func rayleigh_impl0 1 0 0
func logistic_impl2 3 0 0
func laplace_impl3 4 0 0
func np_randint_impl_2 3 0 0
func get_next_double 4 0 0
func poisson_impl1 2 0 0
func triangular_impl 5 0 0
func np_uniform_impl2 3 0 0
func uniform_impl2 3 0 0
func standard_t_impl 2 0 0
func binomial_impl 4 0 0
func const_int 2 0 0
func beta_impl 4 0 0
func f_impl 4 0 0
func pareto_impl 3 0 0
func ol_np_random_beta 3 0 0
func hypergeometric_impl 5 0 0
func standard_normal_impl1 2 0 0
func get_has_gauss_ptr 3 0 0
func get_np_state_ptr 3 0 0
attr rnd_state_t 1 0 0
func random_impl0 1 0 0
func logistic_impl0 1 0 0
func cauchy_impl 1 0 0
func gumbel_impl 3 0 0
func get_next_int 6 0 0
attr int64_t 1 0 0
func np_gauss_impl1 2 0 0
attr N_const 1 0 0
func standard_t_impl2 3 0 0
func np_log_normal_impl1 2 0 0
func gumbel_impl3 4 0 0
func choice 4 0 0
func standard_exponential_impl 2 0 0
func randrange_impl_2 3 0 0
func np_uniform_impl0 1 0 0
func randrange_impl_3 4 0 0
func random_impl1 2 0 0
func triangular_impl_2 3 0 0
func laplace_impl2 3 0 0
func get_next_int32 4 0 0
func gauss_impl 3 0 0
func np_gauss_impl3 4 0 0
func zipf_impl 3 0 0
attr registry 1 0 0
func gammavariate_impl 3 0 0
func poisson_impl0 1 0 0
attr int32_t 1 0 0
func paretovariate_impl 2 0 0
func get_rnd_shuffle 2 0 0
func uniform_impl 4 0 0
func shuffle_impl 2 0 0
func rand 2 0 0
func get_index_ptr 3 0 0
func np_uniform_impl3 4 0 0
func get_py_state_ptr 3 0 0
func laplace_impl0 1 0 0
func weibullvariate_impl 3 0 0

numba.cpython.rangeobj (21 missing, 0 any)

Symbol Typable Typed Any
func make_range_attr 3 0 0
func impl_contains_helper 3 0 0
func impl_contains 3 0 0
func range_to_range 6 0 0
func make_range_iterator 2 0 0
func make_range_impl 4 0 0

numba.cpython.setobj (283 missing, 0 any)

Symbol Typable Typed Any
func set_symmetric_difference_update 5 0 0
func set_gt 3 0 0
func get_entry_size 3 0 0
func set_constructor 5 0 0
func ol_set_copy 2 0 0
func set_intersection_update_impl 3 0 0
func set_isdisjoint 3 0 0
func set_intersection 3 0 0
func ol_set_pop 2 0 0
func set_union 3 0 0
func impl_set_difference 3 0 0
func is_hash_used 4 0 0
func ol_set_discard 3 0 0
func set_to_set 6 0 0
func check_all_set 2 0 0
func set_ne 3 0 0
func get_payload_struct 5 0 0
func set_len 5 0 0
func ol_set_clear 2 0 0
func set_difference_update_impl 3 0 0
func set_issubset 3 0 0
func set_intersection_update 5 0 0
func set_symmetric_difference 3 0 0
func set_issuperset 3 0 0
func set_empty_constructor 5 0 0
func set_difference_update 5 0 0
func set_eq 3 0 0
meth SetIterInstance.init 5 0 0
meth SetIterInstance.from_set 5 0 0
meth SetIterInstance.iternext 2 0 0
prop SetIterInstance.value 1 0 0
prop SetIterInstance.meminfo 1 0 0
prop SetIterInstance.index 2 0 0
func build_set 5 0 0
func set_add 5 0 0
func set_symmetric_difference_update_impl 3 0 0
func get_hash_value 5 0 0
func is_hash_empty 4 0 0
func set_lt 3 0 0
func getiter_set 5 0 0
func in_set 5 0 0
func set_update 5 0 0
func is_hash_deleted 4 0 0
meth SetInstance.init 5 0 0
meth SetInstance.get_size 1 0 0
meth SetInstance.set_dirty 2 0 0
meth SetInstance._add_entry 6 0 0
meth SetInstance._add_key 6 0 0
meth SetInstance._remove_entry 5 0 0
meth SetInstance._remove_key 5 0 0
meth SetInstance.add 3 0 0
meth SetInstance.add_pyapi 4 0 0
meth SetInstance._pyapi_get_hash_value 5 0 0
meth SetInstance.contains 2 0 0
meth SetInstance.discard 2 0 0
meth SetInstance.pop 1 0 0
meth SetInstance.clear 1 0 0
meth SetInstance.copy 1 0 0
meth SetInstance.intersect 2 0 0
meth SetInstance.difference 2 0 0
meth SetInstance.symmetric_difference 2 0 0
meth SetInstance.issubset 3 0 0
meth SetInstance.isdisjoint 2 0 0
meth SetInstance.equals 2 0 0
meth SetInstance.allocate_ex 5 0 0
meth SetInstance.allocate 5 0 0
meth SetInstance.from_meminfo 5 0 0
meth SetInstance.choose_alloc_size 4 0 0
meth SetInstance.upsize 2 0 0
meth SetInstance.downsize 2 0 0
meth SetInstance._resize 4 0 0
meth SetInstance._replace_payload 2 0 0
meth SetInstance._allocate_payload 3 0 0
meth SetInstance._free_payload 2 0 0
meth SetInstance._copy_payload 2 0 0
meth SetInstance._imp_dtor 3 0 0
meth SetInstance.incref_value 2 0 0
meth SetInstance.decref_value 2 0 0
prop SetInstance.dtype 1 0 0
prop SetInstance.payload 1 0 0
prop SetInstance.value 1 0 0
prop SetInstance.meminfo 1 0 0
prop SetInstance.parent 2 0 0
func gen_operator_impl 3 0 0
func iternext_listiter 6 0 0
func set_is 5 0 0
func ol_set_remove 3 0 0

numba.cpython.slicing (66 missing, 0 any)

Symbol Typable Typed Any
func slice_stop_impl 5 0 0
func constant_slice 5 0 0
func slice_step_impl 5 0 0
func fix_index 4 0 0
func slice_start_impl 5 0 0
func get_slice_length 3 0 0
func cast_from_literal 6 0 0
func get_defaults 2 0 0
func slice_indices 5 0 0
func get_slice_bounds 3 0 0
func slice_constructor_impl 5 0 0
func guard_invalid_slice 5 0 0
func fix_slice 4 0 0
func fix_stride 4 0 0
func make_slice_from_constant 5 0 0

numba.cpython.tupleobj (98 missing, 0 any)

Symbol Typable Typed Any
func static_getitem_tuple 5 0 0
func unituple_constant 5 0 0
func tuple_lt 5 0 0
func tuple_add 5 0 0
func tuple_index 3 0 0
func tuple_cmp_ordered 6 0 0
func tuple_eq 5 0 0
func getitem_typed 5 0 0
func tuple_to_tuple 6 0 0
func getitem_literal_idx 3 0 0
func namedtuple_getattr 6 0 0
func in_seq_empty_tuple 3 0 0
func namedtuple_constructor 5 0 0
func tuple_ge 5 0 0
func iternext_unituple 6 0 0
func getiter_unituple 5 0 0
func tuple_gt 5 0 0
func tuple_le 5 0 0
func getitem_unituple 5 0 0
func tuple_ne 5 0 0

numba.cpython.unicode (263 missing, 0 any)

Symbol Typable Typed Any
func unicode_isupper 2 0 0
func deref_uint16 4 0 0
func unicode_split 4 0 0
func unicode_rfind 5 0 0
func unicode_eq 3 0 0
func unicode_title 2 0 0
func unicode_index 5 0 0
func constant_unicode 5 0 0
func make_set_codegen 2 0 0
func unicode_rpartition 3 0 0
func unicode_startswith 5 0 0
func set_uint16 5 0 0
func gen_isAlX 3 0 0
func unicode_sub_check_type 3 0 0
func unicode_rstrip 3 0 0
func ol_ord 2 0 0
func box_unicode_str 4 0 0
func unicode_repeat 3 0 0
func unicode_strip 3 0 0
func unicode_casefold 2 0 0
func unicode_lower 2 0 0
func unicode_lstrip 3 0 0
func unicode_replace 5 0 0
func unicode_str 2 0 0
func normalize_str_idx 4 0 0
func unicode_contains 3 0 0
func ol_chr 2 0 0
func unicode_join 3 0 0
meth UnicodeIteratorModel.init 3 0 0
func generate_finder 2 0 0
attr unicode_rsplit_whitespace_impl 1 0 0
func unicode_lt 3 0 0
func deref_uint8 4 0 0
func unicode_le 3 0 0
func unicode_ge 3 0 0
func make_deref_codegen 2 0 0
func unicode_center 4 0 0
func boolean_str 2 0 0
func compile_time_get_string_data 2 0 0
func unicode_concat 3 0 0
func unicode_expandtabs 3 0 0
func integer_repr 2 0 0
func getiter_unicode 5 0 0
func generate_rsplit_whitespace_impl 2 0 0
func unicode_zfill 3 0 0
func cast_from_literal 6 0 0
func set_uint32 5 0 0
func deref_uint32 4 0 0
func unicode_gt 3 0 0
func unicode_len 2 0 0
func unicode_splitlines 3 0 0
func unicode_strip_right_bound 3 0 0
func integer_str 2 0 0
func unicode_islower 2 0 0
func unicode_count 5 0 0
func unicode_partition 3 0 0
func unicode_idx_check_type 3 0 0
func unicode_getitem 3 0 0
func unicode_endswith 5 0 0
func unicode_upper 2 0 0
func case_operation 3 0 0
func unicode_ne 3 0 0
func unicode_strip_left_bound 3 0 0
func set_uint8 5 0 0
func unicode_rsplit 4 0 0
func join_list 3 0 0
func generate_splitlines_func 2 0 0
meth UnicodeModel.init 3 0 0
func unicode_find 5 0 0
func unbox_unicode_str 4 0 0
func unicode_capitalize 2 0 0
func unicode_not 2 0 0
func gen_isX 3 0 0
func unicode_swapcase 2 0 0
func unicode_isascii 2 0 0
func unicode_istitle 2 0 0
func unicode_isidentifier 2 0 0
func iternext_unicode 6 0 0
attr ascii_rsplit_whitespace_impl 1 0 0
func unicode_rindex 5 0 0
func unicode_strip_types_check 2 0 0
func make_string_from_constant 5 0 0
func unicode_repr 2 0 0
func gen_unicode_Xjust 2 0 0

numba.cpython.unicode_support (2 missing, 0 any)

Symbol Typable Typed Any
func gettyperecord_impl 2 0 0

numba.cpython.unsafe.numbers (10 missing, 0 any)

Symbol Typable Typed Any
func viewer 4 0 0
func leading_zeros 3 0 0
func trailing_zeros 3 0 0

numba.cpython.unsafe.tuple (11 missing, 0 any)

Symbol Typable Typed Any
func unpack_single_tuple 3 0 0
func tuple_setitem 5 0 0
func build_full_slice_tuple 3 0 0

numba.cuda (3 missing, 0 any)

Symbol Typable Typed Any
func test 3 0 0

numba.cuda.api (81 missing, 0 any)

Symbol Typable Typed Any
func select_device 2 0 0
func mapped 3 0 0
func defer_cleanup 1 0 0
func is_float16_supported 1 0 0
func managed_array 7 0 0
func mapped_array_like 5 0 0
func from_cuda_array_interface 4 0 0
func list_devices 1 0 0
func mapped_array 8 0 0
attr profile_stop 1 0 0
func pinned 2 0 0
func pinned_array_like 2 0 0
func event 2 0 0
func legacy_default_stream 1 0 0
func close 1 0 0
attr profiling 1 0 0
func synchronize 1 0 0
func to_device 5 0 0
func pinned_array 5 0 0
func per_thread_default_stream 1 0 0
func external_stream 2 0 0
func get_current_device 1 0 0
attr profile_start 1 0 0
func as_cuda_array 3 0 0
func stream 1 0 0
func default_stream 1 0 0
func open_ipc_array 6 0 0
func device_array_like 3 0 0
func device_array 6 0 0
func detect 1 0 0
func is_cuda_array 2 0 0

numba.cuda.api_util (5 missing, 0 any)

Symbol Typable Typed Any
func prepare_shape_strides_dtype 5 0 0

numba.cuda.args (19 missing, 0 any)

Symbol Typable Typed Any
meth In.to_device 3 0 0
meth ArgHint.init 2 0 0
meth ArgHint.to_device 3 0 0
prop ArgHint.numba_type 1 0 0
attr ArgHint.value 1 0 0
meth InOut.to_device 3 0 0
meth Out.to_device 3 0 0
func wrap_arg 3 0 0

numba.cuda.codegen (61 missing, 0 any)

Symbol Typable Typed Any
meth JITCUDACodegen.init 2 0 0
meth JITCUDACodegen._create_empty_module 2 0 0
meth JITCUDACodegen._add_module 2 0 0
meth JITCUDACodegen.magic_tuple 1 0 0
func run_nvdisasm 3 0 0
func disassemble_cubin_for_cfg 2 0 0
func disassemble_cubin 2 0 0
meth CUDACodeLibrary.init 6 0 0
meth CUDACodeLibrary.get_llvm_str 1 0 0
meth CUDACodeLibrary._ensure_cc 2 0 0
meth CUDACodeLibrary.get_asm_str 2 0 0
meth CUDACodeLibrary.get_ltoir 2 0 0
meth CUDACodeLibrary.get_cubin 2 0 0
meth CUDACodeLibrary.get_cufunc 1 0 0
meth CUDACodeLibrary.get_linkerinfo 2 0 0
meth CUDACodeLibrary.get_sass 2 0 0
meth CUDACodeLibrary.get_sass_cfg 2 0 0
meth CUDACodeLibrary.add_ir_module 2 0 0
meth CUDACodeLibrary.add_linking_library 2 0 0
meth CUDACodeLibrary.add_linking_file 2 0 0
meth CUDACodeLibrary.get_function 2 0 0
meth CUDACodeLibrary.finalize 1 0 0
meth CUDACodeLibrary._reduce_states 1 0 0
meth CUDACodeLibrary._rebuild 11 0 0
prop CUDACodeLibrary.llvm_strs 1 0 0
prop CUDACodeLibrary.modules 1 0 0
prop CUDACodeLibrary.linking_libraries 1 0 0
attr CUDACodeLibrary.needs_cudadevrt 1 0 0

numba.cuda.compiler (87 missing, 0 any)

Symbol Typable Typed Any
meth ExternFunction.init 3 0 0
attr ExternFunction.name 1 0 0
attr ExternFunction.sig 1 0 0
meth CUDABackend.init 1 0 0
meth CUDABackend.run_pass 2 0 0
func compile_cuda 10 0 0
func declare_device_function_template 4 0 0
attr CUDAFlags.nvvm_options 1 0 0
attr CUDAFlags.compute_capability 1 0 0
meth CreateLibrary.init 1 0 0
meth CreateLibrary.run_pass 2 0 0
func cuda_compile_result 2 0 0
func compile 12 0 0
func compile_ptx 11 0 0
meth CUDACompiler.define_pipelines 1 0 0
meth CUDACompiler.define_cuda_lowering_pipeline 2 0 0
func cabi_wrap_function 6 0 0
func compile_ptx_for_current_device 10 0 0
func declare_device_function 4 0 0
prop CUDACompileResult.entry_point 1 0 0
func compile_for_current_device 11 0 0

numba.cuda.cuda_paths (11 missing, 0 any)

Symbol Typable Typed Any
func get_nvidia_libdevice_ctk 1 0 0
func get_cuda_paths 1 0 0
func get_conda_ctk 1 0 0
func get_debian_pkg_libdevice 1 0 0
func get_cuda_home 2 0 0
func get_nvidia_cudalib_ctk 1 0 0
func get_nvidia_nvvm_ctk 1 0 0
func get_nvidia_static_cudalib_ctk 1 0 0
func get_system_ctk 2 0 0

numba.cuda.cudadecl (246 missing, 0 any)

Symbol Typable Typed Any
meth CudaAtomicTemplate.resolve_add 2 0 0
meth CudaAtomicTemplate.resolve_sub 2 0 0
meth CudaAtomicTemplate.resolve_and_ 2 0 0
meth CudaAtomicTemplate.resolve_or_ 2 0 0
meth CudaAtomicTemplate.resolve_xor 2 0 0
meth CudaAtomicTemplate.resolve_inc 2 0 0
meth CudaAtomicTemplate.resolve_dec 2 0 0
meth CudaAtomicTemplate.resolve_exch 2 0 0
meth CudaAtomicTemplate.resolve_max 2 0 0
meth CudaAtomicTemplate.resolve_min 2 0 0
meth CudaAtomicTemplate.resolve_nanmin 2 0 0
meth CudaAtomicTemplate.resolve_nanmax 2 0 0
meth CudaAtomicTemplate.resolve_compare_and_swap 2 0 0
meth CudaAtomicTemplate.resolve_cas 2 0 0
attr CudaAtomicTemplate.key 1 0 0
attr hexp2_device 1 0 0
meth Float.generic 3 0 0
attr Cuda_hfma.cases 1 0 0
attr Cuda_threadfence_block.cases 1 0 0
attr hrint_device 1 0 0
attr Cuda_lanemask_lt.cases 1 0 0
meth CudaSharedModuleTemplate.resolve_array 2 0 0
attr CudaSharedModuleTemplate.key 1 0 0
attr Cuda_match_all_sync.cases 1 0 0
attr Cuda_hne 1 0 0
meth CudaConstModuleTemplate.resolve_array_like 2 0 0
attr CudaConstModuleTemplate.key 1 0 0
attr Cuda_atomic_dec 1 0 0
attr hexp_device 1 0 0
attr hcos_device 1 0 0
meth Cuda_selp.generic 3 0 0
attr Cuda_abs 1 0 0
attr Cuda_hmul 1 0 0
attr Cuda_ffs.cases 1 0 0
meth Cuda_array_decl.generic 1 0 0
attr Cuda_hsub 1 0 0
attr hexp10_device 1 0 0
attr Cuda_atomic_xor 1 0 0
attr Cuda_mul 1 0 0
attr Cuda_cbrt.cases 1 0 0
attr Cuda_syncwarp.cases 1 0 0
attr Cuda_atomic_max 1 0 0
attr hfloor_device 1 0 0
attr Cuda_hlt 1 0 0
attr Cuda_habs 1 0 0
attr Cuda_vote_sync_intrinsic.cases 1 0 0
attr Cuda_atomic_sub 1 0 0
attr Cuda_iadd 1 0 0
attr Cuda_atomic_nanmin 1 0 0
attr hsqrt_device 1 0 0
attr Cuda_atomic_exch 1 0 0
meth Dim3_attrs.resolve_x 2 0 0
meth Dim3_attrs.resolve_y 2 0 0
meth Dim3_attrs.resolve_z 2 0 0
attr Cuda_popc.cases 1 0 0
attr Cuda_imul 1 0 0
attr Cuda_hge 1 0 0
attr Cuda_hneg 1 0 0
attr hsin_device 1 0 0
meth Cuda_const_array_like.generic 1 0 0
attr htrunc_device 1 0 0
attr Cuda_hmax 1 0 0
attr Cuda_threadfence_system.cases 1 0 0
attr Cuda_brev.cases 1 0 0
attr Cuda_isub 1 0 0
attr Cuda_heq 1 0 0
attr hrsqrt_device 1 0 0
attr hceil_device 1 0 0
attr hdiv_device 1 0 0
meth Cuda_atomic_cas.generic 3 0 0
meth CudaModuleTemplate.resolve_cg 2 0 0
meth CudaModuleTemplate.resolve_threadIdx 2 0 0
meth CudaModuleTemplate.resolve_blockIdx 2 0 0
meth CudaModuleTemplate.resolve_blockDim 2 0 0
meth CudaModuleTemplate.resolve_gridDim 2 0 0
meth CudaModuleTemplate.resolve_laneid 2 0 0
meth CudaModuleTemplate.resolve_shared 2 0 0
meth CudaModuleTemplate.resolve_popc 2 0 0
meth CudaModuleTemplate.resolve_brev 2 0 0
meth CudaModuleTemplate.resolve_clz 2 0 0
meth CudaModuleTemplate.resolve_ffs 2 0 0
meth CudaModuleTemplate.resolve_fma 2 0 0
meth CudaModuleTemplate.resolve_cbrt 2 0 0
meth CudaModuleTemplate.resolve_threadfence 2 0 0
meth CudaModuleTemplate.resolve_threadfence_block 2 0 0
meth CudaModuleTemplate.resolve_threadfence_system 2 0 0
meth CudaModuleTemplate.resolve_syncwarp 2 0 0
meth CudaModuleTemplate.resolve_shfl_sync_intrinsic 2 0 0
meth CudaModuleTemplate.resolve_vote_sync_intrinsic 2 0 0
meth CudaModuleTemplate.resolve_match_any_sync 2 0 0
meth CudaModuleTemplate.resolve_match_all_sync 2 0 0
meth CudaModuleTemplate.resolve_activemask 2 0 0
meth CudaModuleTemplate.resolve_lanemask_lt 2 0 0
meth CudaModuleTemplate.resolve_selp 2 0 0
meth CudaModuleTemplate.resolve_nanosleep 2 0 0
meth CudaModuleTemplate.resolve_atomic 2 0 0
meth CudaModuleTemplate.resolve_fp16 2 0 0
meth CudaModuleTemplate.resolve_const 2 0 0
meth CudaModuleTemplate.resolve_local 2 0 0
attr CudaModuleTemplate.key 1 0 0
attr Cuda_threadfence_device.cases 1 0 0
attr hlog10_device 1 0 0
attr Cuda_match_any_sync.cases 1 0 0
attr Cuda_shfl_sync_intrinsic.cases 1 0 0
attr Cuda_atomic_inc 1 0 0
attr hlog_device 1 0 0
attr Cuda_hle 1 0 0
attr Cuda_atomic_and 1 0 0
meth CudaFp16Template.resolve_hadd 2 0 0
meth CudaFp16Template.resolve_hsub 2 0 0
meth CudaFp16Template.resolve_hmul 2 0 0
meth CudaFp16Template.resolve_hdiv 2 0 0
meth CudaFp16Template.resolve_hneg 2 0 0
meth CudaFp16Template.resolve_habs 2 0 0
meth CudaFp16Template.resolve_hfma 2 0 0
meth CudaFp16Template.resolve_hsin 2 0 0
meth CudaFp16Template.resolve_hcos 2 0 0
meth CudaFp16Template.resolve_hlog 2 0 0
meth CudaFp16Template.resolve_hlog10 2 0 0
meth CudaFp16Template.resolve_hlog2 2 0 0
meth CudaFp16Template.resolve_hexp 2 0 0
meth CudaFp16Template.resolve_hexp10 2 0 0
meth CudaFp16Template.resolve_hexp2 2 0 0
meth CudaFp16Template.resolve_hfloor 2 0 0
meth CudaFp16Template.resolve_hceil 2 0 0
meth CudaFp16Template.resolve_hsqrt 2 0 0
meth CudaFp16Template.resolve_hrsqrt 2 0 0
meth CudaFp16Template.resolve_hrcp 2 0 0
meth CudaFp16Template.resolve_hrint 2 0 0
meth CudaFp16Template.resolve_htrunc 2 0 0
meth CudaFp16Template.resolve_heq 2 0 0
meth CudaFp16Template.resolve_hne 2 0 0
meth CudaFp16Template.resolve_hge 2 0 0
meth CudaFp16Template.resolve_hgt 2 0 0
meth CudaFp16Template.resolve_hle 2 0 0
meth CudaFp16Template.resolve_hlt 2 0 0
meth CudaFp16Template.resolve_hmax 2 0 0
meth CudaFp16Template.resolve_hmin 2 0 0
attr CudaFp16Template.key 1 0 0
meth Cuda_atomic_compare_and_swap.generic 3 0 0
attr Cuda_atomic_or 1 0 0
attr Cuda_add 1 0 0
attr Cuda_atomic_min 1 0 0
attr Cuda_clz.cases 1 0 0
attr Cuda_neg 1 0 0
attr hlog2_device 1 0 0
attr Cuda_nanosleep.cases 1 0 0
attr hrcp_device 1 0 0
attr Cuda_activemask.cases 1 0 0
attr Cuda_atomic_nanmax 1 0 0
meth CudaLocalModuleTemplate.resolve_array 2 0 0
attr CudaLocalModuleTemplate.key 1 0 0
attr Cuda_atomic_add 1 0 0
attr registry 1 0 0
attr Cuda_hadd 1 0 0
attr Cuda_hmin 1 0 0
attr Cuda_sub 1 0 0
attr Cuda_hgt 1 0 0
attr Cuda_fma.cases 1 0 0

numba.cuda.cudadrv.devicearray (142 missing, 0 any)

Symbol Typable Typed Any
func verify_cuda_ndarray_interface 2 0 0
meth ManagedNDArray.device_setup 3 0 0
meth MappedNDArray.device_setup 3 0 0
func from_record_like 4 0 0
func check_array_compatibility 3 0 0
meth IpcArrayHandle.init 3 0 0
meth IpcArrayHandle.open 1 0 0
meth IpcArrayHandle.close 1 0 0
meth IpcArrayHandle.enter 1 0 0
meth IpcArrayHandle.exit 4 0 0
func require_cuda_ndarray 2 0 0
meth DeviceNDArrayBase.init 6 0 0
meth DeviceNDArrayBase.bind 2 0 0
meth DeviceNDArrayBase.transpose 2 0 0
meth DeviceNDArrayBase.default_stream 2 0 0
meth DeviceNDArrayBase.copy_to_device 3 0 0
meth DeviceNDArrayBase.copy_to_host 3 0 0
meth DeviceNDArrayBase.split 3 0 0
meth DeviceNDArrayBase.as_cuda_arg 1 0 0
meth DeviceNDArrayBase.get_ipc_handle 1 0 0
meth DeviceNDArrayBase.squeeze 3 0 0
meth DeviceNDArrayBase.view 2 0 0
prop DeviceNDArrayBase.__cuda_array_interface__ 1 0 0
prop DeviceNDArrayBase.T 1 0 0
prop DeviceNDArrayBase._numba_type 1 0 0
prop DeviceNDArrayBase.device_ctypes_pointer 1 0 0
prop DeviceNDArrayBase.nbytes 1 0 0
attr DeviceNDArrayBase.ndim 1 0 0
attr DeviceNDArrayBase.shape 1 0 0
attr DeviceNDArrayBase.strides 1 0 0
attr DeviceNDArrayBase.dtype 1 0 0
attr DeviceNDArrayBase.size 1 0 0
attr DeviceNDArrayBase.gpu_data 1 0 0
attr DeviceNDArrayBase.stream 1 0 0
attr DeviceNDArrayBase.alloc_size 1 0 0
meth DeviceRecord.init 4 0 0
meth DeviceRecord.getitem 2 0 0
meth DeviceRecord.getitem 3 0 0
meth DeviceRecord.do_getitem 3 0 0
meth DeviceRecord.__setitem__ 3 0 0
meth DeviceRecord.setitem 4 0 0
meth DeviceRecord._do_setitem 4 0 0
prop DeviceRecord.flags 1 0 0
prop DeviceRecord._numba_type 1 0 0
func from_array_like 4 0 0
func is_cuda_ndarray 2 0 0
meth DeviceNDArray.is_f_contiguous 1 0 0
meth DeviceNDArray.is_c_contiguous 1 0 0
meth DeviceNDArray.array 2 0 0
meth DeviceNDArray.len 1 0 0
meth DeviceNDArray.reshape 3 0 0
meth DeviceNDArray.ravel 3 0 0
meth DeviceNDArray.getitem 2 0 0
meth DeviceNDArray.getitem 3 0 0
meth DeviceNDArray._do_getitem 3 0 0
meth DeviceNDArray.setitem 3 0 0
meth DeviceNDArray.setitem 4 0 0
meth DeviceNDArray._do_setitem 4 0 0
prop DeviceNDArray.flags 1 0 0
attr lru_cache 1 0 0
func array_core 2 0 0
func is_contiguous 2 0 0
func sentry_contiguous 2 0 0
func auto_device 5 0 0

numba.cuda.cudadrv.devices (5 missing, 0 any)

Symbol Typable Typed Any
func require_context 2 0 0
func reset 1 0 0
func get_context 2 0 0

numba.cuda.cudadrv.driver (551 missing, 0 any)

Symbol Typable Typed Any
func load_driver 3 0 0
func set_memory_manager 2 0 0
meth Linker.new 4 0 0
meth Linker.init 4 0 0
meth Linker.add_ptx 3 0 0
meth Linker.add_cu 3 0 0
meth Linker.add_file 3 0 0
meth Linker.add_cu_file 2 0 0
meth Linker.add_file_guess_ext 2 0 0
meth Linker.complete 1 0 0
prop Linker.info_log 1 0 0
prop Linker.error_log 1 0 0
attr Linker.lto 1 0 0
meth NumbaCUDAMemoryManager.initialize 1 0 0
meth NumbaCUDAMemoryManager.memalloc 2 0 0
meth NumbaCUDAMemoryManager.get_memory_info 1 0 0
prop NumbaCUDAMemoryManager.interface_version 1 0 0
func device_to_device 5 0 0
func device_memory_size 2 0 0
meth CudaPythonModule.get_function 2 0 0
meth CudaPythonModule.get_global_symbol 2 0 0
func make_logger 1 0 0
func load_module_image_cuda_python 3 0 0
meth OwnedPointer.init 3 0 0
meth OwnedPointer.getattr 2 0 0
func host_pointer 3 0 0
func device_extents 2 0 0
meth PinnedMemory.init 6 0 0
meth PinnedMemory.own 1 0 0
attr PinnedMemory.context 1 0 0
attr PinnedMemory.owned 1 0 0
attr PinnedMemory.size 1 0 0
attr PinnedMemory.host_pointer 1 0 0
attr PinnedMemory.is_managed 1 0 0
attr PinnedMemory.handle 1 0 0
meth CudaAPIError.init 3 0 0
meth CudaAPIError.str 1 0 0
attr CudaAPIError.code 1 0 0
attr CudaAPIError.msg 1 0 0
meth Device.from_identity 2 0 0
meth Device.init 2 0 0
meth Device.get_device_identity 1 0 0
meth Device.repr 1 0 0
meth Device.getattr 2 0 0
meth Device.hash 1 0 0
meth Device.eq 2 0 0
meth Device.ne 2 0 0
meth Device.get_primary_context 1 0 0
meth Device.release_primary_context 1 0 0
meth Device.reset 1 0 0
prop Device.supports_float16 1 0 0
attr Device.attributes 1 0 0
attr Device.compute_capability 1 0 0
attr Device.name 1 0 0
attr Device.uuid 1 0 0
attr Device.primary_context 1 0 0
attr Device.id 1 0 0
func require_device_memory 2 0 0
func profile_stop 1 0 0
func device_memset 5 0 0
meth ManagedMemory.init 6 0 0
meth ManagedMemory.own 1 0 0
attr ManagedMemory.owned 1 0 0
meth MVCLinker.init 4 0 0
meth MVCLinker.add_ptx 3 0 0
meth MVCLinker.add_file 3 0 0
meth MVCLinker.complete 1 0 0
prop MVCLinker.info_log 1 0 0
prop MVCLinker.error_log 1 0 0
attr MVCLinker.ptx_compile_options 1 0 0
func met_requirement_for_device 2 0 0
meth CudaPythonFunction.cache_config 4 0 0
meth CudaPythonFunction.read_func_attr 2 0 0
meth CudaPythonFunction.read_func_attr_all 1 0 0
attr driver 1 0 0
meth CudaPythonLinker.init 4 0 0
meth CudaPythonLinker.add_ptx 3 0 0
meth CudaPythonLinker.add_file 3 0 0
meth CudaPythonLinker.complete 1 0 0
prop CudaPythonLinker.info_log 1 0 0
prop CudaPythonLinker.error_log 1 0 0
attr CudaPythonLinker.handle 1 0 0
attr CudaPythonLinker.linker_info_buf 1 0 0
attr CudaPythonLinker.linker_errors_buf 1 0 0
func device_to_host 5 0 0
func find_driver 1 0 0
func load_module_image_ctypes 3 0 0
func load_module_image 3 0 0
func device_ctypes_pointer 2 0 0
func profiling 1 0 0
meth Module.init 5 0 0
meth Module.unload 1 0 0
meth Module.get_function 2 0 0
meth Module.get_global_symbol 2 0 0
attr Module.context 1 0 0
attr Module.handle 1 0 0
attr Module.info_log 1 0 0
meth Event.init 4 0 0
meth Event.query 1 0 0
meth Event.record 2 0 0
meth Event.synchronize 1 0 0
meth Event.wait 2 0 0
meth Event.elapsed_time 2 0 0
attr Event.context 1 0 0
attr Event.handle 1 0 0
func memory_size_from_info 4 0 0
func get_version 1 0 0
func host_memory_size 2 0 0
meth HostOnlyCUDAMemoryManager.init 3 0 0
meth HostOnlyCUDAMemoryManager._attempt_allocation 2 0 0
meth HostOnlyCUDAMemoryManager.memhostalloc 5 0 0
meth HostOnlyCUDAMemoryManager.mempin 5 0 0
meth HostOnlyCUDAMemoryManager.memallocmanaged 3 0 0
meth HostOnlyCUDAMemoryManager.reset 1 0 0
meth HostOnlyCUDAMemoryManager.defer_cleanup 1 0 0
attr HostOnlyCUDAMemoryManager.allocations 1 0 0
attr HostOnlyCUDAMemoryManager.deallocations 1 0 0
func device_pointer 2 0 0
meth Stream.init 5 0 0
meth Stream.int 1 0 0
meth Stream.repr 1 0 0
meth Stream.synchronize 1 0 0
meth Stream.auto_synchronize 1 0 0
meth Stream.add_callback 3 0 0
meth Stream._stream_callback 4 0 0
attr Stream.context 1 0 0
attr Stream.handle 1 0 0
attr Stream.external 1 0 0
meth GetIpcHandleMixin.get_ipc_handle 2 0 0
func launch_kernel 12 0 0
attr SUPPORTS_IPC 1 0 0
meth Function.init 4 0 0
meth Function.repr 1 0 0
meth Function.cache_config 4 0 0
meth Function.read_func_attr 2 0 0
meth Function.read_func_attr_all 1 0 0
prop Function.device 1 0 0
attr Function.module 1 0 0
attr Function.handle 1 0 0
attr Function.name 1 0 0
attr Function.attrs 1 0 0
func host_to_device 5 0 0
func device_memory_depends 3 0 0
func host_memory_extents 2 0 0
meth Driver.new 1 0 0
meth Driver.init 1 0 0
meth Driver.ensure_initialized 1 0 0
meth Driver._initialize_extras 1 0 0
meth Driver.getattr 2 0 0
meth Driver._ctypes_wrap_fn 3 0 0
meth Driver._cuda_python_wrap_fn 2 0 0
meth Driver._find_api 2 0 0
meth Driver._detect_fork 1 0 0
meth Driver._check_ctypes_error 3 0 0
meth Driver._check_cuda_python_error 3 0 0
meth Driver.get_device 2 0 0
meth Driver.get_device_count 1 0 0
meth Driver.list_devices 1 0 0
meth Driver.reset 1 0 0
meth Driver.pop_active_context 1 0 0
meth Driver.get_active_context 1 0 0
meth Driver.get_version 1 0 0
prop Driver.is_available 1 0 0
attr Driver.devices 1 0 0
attr Driver.is_initialized 1 0 0
attr Driver.initialization_error 1 0 0
attr Driver.pid 1 0 0
attr Driver.lib 1 0 0
func get_devptr_for_active_ctx 2 0 0
func profile_start 1 0 0
meth AutoFreePointer.init 3 0 0
func event_elapsed_time 3 0 0
meth CtypesLinker.init 4 0 0
meth CtypesLinker.add_ptx 3 0 0
meth CtypesLinker.add_file 3 0 0
meth CtypesLinker.complete 1 0 0
prop CtypesLinker.info_log 1 0 0
prop CtypesLinker.error_log 1 0 0
attr CtypesLinker.handle 1 0 0
attr CtypesLinker.linker_info_buf 1 0 0
attr CtypesLinker.linker_errors_buf 1 0 0
meth MappedMemory.init 6 0 0
meth MappedMemory.own 1 0 0
attr MappedMemory.owned 1 0 0
attr MappedMemory.host_pointer 1 0 0
attr MappedMemory.device_pointer 1 0 0
attr MappedMemory.handle 1 0 0
attr ERROR_MAP 1 0 0
func is_device_memory 2 0 0
meth CtypesFunction.cache_config 4 0 0
meth CtypesFunction.read_func_attr 2 0 0
meth CtypesFunction.read_func_attr_all 1 0 0
attr DEVICE_ATTRIBUTES 1 0 0
meth CtypesModule.get_function 2 0 0
meth CtypesModule.get_global_symbol 2 0 0
meth IpcHandle.init 6 0 0
meth IpcHandle._sentry_source_info 1 0 0
meth IpcHandle.can_access_peer 2 0 0
meth IpcHandle.open_staged 2 0 0
meth IpcHandle.open_direct 2 0 0
meth IpcHandle.open 2 0 0
meth IpcHandle.open_array 5 0 0
meth IpcHandle.close 1 0 0
meth IpcHandle.reduce 1 0 0
meth IpcHandle._rebuild 5 0 0
attr IpcHandle.base 1 0 0
attr IpcHandle.handle 1 0 0
attr IpcHandle.size 1 0 0
attr IpcHandle.source_info 1 0 0
attr IpcHandle.offset 1 0 0
meth BaseCUDAMemoryManager.init 3 0 0
meth BaseCUDAMemoryManager.memalloc 2 0 0
meth BaseCUDAMemoryManager.memhostalloc 5 0 0
meth BaseCUDAMemoryManager.mempin 5 0 0
meth BaseCUDAMemoryManager.initialize 1 0 0
meth BaseCUDAMemoryManager.get_ipc_handle 2 0 0
meth BaseCUDAMemoryManager.get_memory_info 1 0 0
meth BaseCUDAMemoryManager.reset 1 0 0
meth BaseCUDAMemoryManager.defer_cleanup 1 0 0
prop BaseCUDAMemoryManager.interface_version 1 0 0
attr BaseCUDAMemoryManager.context 1 0 0
func locate_driver_and_loader 1 0 0
meth Context.init 3 0 0
meth Context.reset 1 0 0
meth Context.get_memory_info 1 0 0
meth Context.get_active_blocks_per_multiprocessor 5 0 0
meth Context._cuda_python_active_blocks_per_multiprocessor 5 0 0
meth Context._ctypes_active_blocks_per_multiprocessor 5 0 0
meth Context.get_max_potential_block_size 6 0 0
meth Context._ctypes_max_potential_block_size 6 0 0
meth Context._cuda_python_max_potential_block_size 6 0 0
meth Context.prepare_for_use 1 0 0
meth Context.push 1 0 0
meth Context.pop 1 0 0
meth Context.memalloc 2 0 0
meth Context.memallocmanaged 3 0 0
meth Context.memhostalloc 5 0 0
meth Context.mempin 5 0 0
meth Context.get_ipc_handle 2 0 0
meth Context.open_ipc_handle 3 0 0
meth Context.enable_peer_access 3 0 0
meth Context.can_access_peer 2 0 0
meth Context.create_module_ptx 2 0 0
meth Context.create_module_image 2 0 0
meth Context.unload_module 2 0 0
meth Context.get_default_stream 1 0 0
meth Context.get_legacy_default_stream 1 0 0
meth Context.get_per_thread_default_stream 1 0 0
meth Context.create_stream 1 0 0
meth Context.create_external_stream 2 0 0
meth Context.create_event 2 0 0
meth Context.synchronize 1 0 0
meth Context.defer_cleanup 1 0 0
meth Context.repr 1 0 0
meth Context.eq 2 0 0
meth Context.ne 2 0 0
attr Context.device 1 0 0
attr Context.handle 1 0 0
attr Context.allocations 1 0 0
attr Context.deallocations 1 0 0
attr Context.memory_manager 1 0 0
attr Context.modules 1 0 0
attr Context.extras 1 0 0
meth MemoryPointer.init 6 0 0
meth MemoryPointer.own 1 0 0
meth MemoryPointer.free 1 0 0
meth MemoryPointer.memset 4 0 0
meth MemoryPointer.view 3 0 0
prop MemoryPointer.owner 1 0 0
prop MemoryPointer.device_ctypes_pointer 1 0 0
prop MemoryPointer.device_pointer_value 1 0 0
attr MemoryPointer.context 1 0 0
attr MemoryPointer.device_pointer 1 0 0
attr MemoryPointer.size 1 0 0
attr MemoryPointer.is_managed 1 0 0
attr MemoryPointer.refct 1 0 0
attr MemoryPointer.handle 1 0 0

numba.cuda.cudadrv.drvapi (3 missing, 0 any)

Symbol Typable Typed Any
attr API_PROTOTYPES 1 0 0
attr cu_stream_callback_pyobj 1 0 0
attr cu_occupancy_b2d_size 1 0 0

numba.cuda.cudadrv.dummyarray (74 missing, 0 any)

Symbol Typable Typed Any
meth Array.from_desc 5 0 0
meth Array.init 3 0 0
meth Array._compute_layout 1 0 0
meth Array._compute_extent 1 0 0
meth Array.repr 1 0 0
meth Array.getitem 2 0 0
meth Array.iter_contiguous_extent 1 0 0
meth Array.reshape 3 0 0
meth Array.squeeze 2 0 0
meth Array.ravel 2 0 0
prop Array.is_c_contig 1 0 0
prop Array.is_f_contig 1 0 0
attr Array.dims 1 0 0
attr Array.ndim 1 0 0
attr Array.shape 1 0 0
attr Array.strides 1 0 0
attr Array.itemsize 1 0 0
attr Array.size 1 0 0
attr Array.extent 1 0 0
attr Array.flags 1 0 0
meth Dim.init 6 0 0
meth Dim.getitem 2 0 0
meth Dim.get_offset 2 0 0
meth Dim.repr 1 0 0
meth Dim.normalize 2 0 0
meth Dim.copy 6 0 0
meth Dim.is_contiguous 2 0 0
attr Dim.start 1 0 0
attr Dim.stop 1 0 0
attr Dim.size 1 0 0
attr Dim.stride 1 0 0
attr Dim.single 1 0 0
func compute_index 3 0 0
func iter_strides_c_contig 3 0 0
func is_element_indexing 3 0 0
func iter_strides_f_contig 3 0 0
attr attempt_nocopy_reshape 1 0 0
meth Element.init 2 0 0
meth Element.iter_contiguous_extent 1 0 0
attr Element.extent 1 0 0

numba.cuda.cudadrv.error (2 missing, 0 any)

Symbol Typable Typed Any
meth NvrtcError.str 1 0 0
meth NvvmError.str 1 0 0

numba.cuda.cudadrv.libs (10 missing, 0 any)

Symbol Typable Typed Any
func check_static_lib 2 0 0
func open_cudalib 2 0 0
func get_libdevice 1 0 0
func test 1 0 0
func open_libdevice 1 0 0
func get_cudalib 3 0 0

numba.cuda.cudadrv.ndarray (2 missing, 0 any)

Symbol Typable Typed Any
func ndarray_device_allocate_data 2 0 0

numba.cuda.cudadrv.nvrtc (24 missing, 0 any)

Symbol Typable Typed Any
meth NVRTC.new 1 0 0
meth NVRTC.get_version 1 0 0
meth NVRTC.create_program 3 0 0
meth NVRTC.compile_program 3 0 0
meth NVRTC.destroy_program 2 0 0
meth NVRTC.get_compile_log 2 0 0
meth NVRTC.get_ptx 2 0 0
attr NVRTC._PROTOTYPES 1 0 0
meth NvrtcProgram.init 3 0 0
meth NvrtcProgram.del 1 0 0
prop NvrtcProgram.handle 1 0 0
func compile 4 0 0

numba.cuda.cudadrv.nvvm (70 missing, 0 any)

Symbol Typable Typed Any
meth CompilationUnit.init 1 0 0
meth CompilationUnit.del 1 0 0
meth CompilationUnit.add_module 2 0 0
meth CompilationUnit.lazy_add_module 2 0 0
meth CompilationUnit.compile 2 0 0
meth CompilationUnit._try_error 3 0 0
meth CompilationUnit.get_log 1 0 0
attr CompilationUnit.driver 1 0 0
func find_closest_arch 2 0 0
func get_supported_ccs 1 0 0
meth LibDevice.init 1 0 0
meth LibDevice.get 1 0 0
attr LibDevice.bc 1 0 0
attr RESULT_CODE_NAMES 1 0 0
func ir_numba_atomic_inc 3 0 0
func llvm_replace 2 0 0
attr re_attributes_def 1 0 0
meth NVVM.new 1 0 0
meth NVVM.init 1 0 0
meth NVVM.get_version 1 0 0
meth NVVM.get_ir_version 1 0 0
meth NVVM.check_error 4 0 0
prop NVVM.data_layout 1 0 0
prop NVVM.supported_ccs 1 0 0
attr NVVM._PROTOTYPES 1 0 0
func llvm140_to_70_ir 2 0 0
func compile_ir 3 0 0
func get_arch_option 3 0 0
func ir_cas 2 0 0
func ccs_supported_by_ctk 2 0 0
func ir_numba_atomic_binary 5 0 0
func ir_numba_atomic_minmax 7 0 0
func ir_numba_atomic_dec 3 0 0
func add_ir_version 2 0 0
func set_cuda_kernel 2 0 0
func is_available 1 0 0
attr logger 1 0 0

numba.cuda.cudadrv.rtapi (1 missing, 0 any)

Symbol Typable Typed Any
attr API_PROTOTYPES 1 0 0

numba.cuda.cudadrv.runtime (24 missing, 0 any)

Symbol Typable Typed Any
meth CudaRuntimeAPIError.init 3 0 0
meth CudaRuntimeAPIError.str 1 0 0
attr CudaRuntimeAPIError.code 1 0 0
attr CudaRuntimeAPIError.msg 1 0 0
attr runtime 1 0 0
meth Runtime.init 1 0 0
meth Runtime._initialize 1 0 0
meth Runtime.getattr 2 0 0
meth Runtime._wrap_api_call 3 0 0
meth Runtime._check_error 3 0 0
meth Runtime._find_api 2 0 0
meth Runtime.get_version 1 0 0
meth Runtime.is_supported_version 1 0 0
prop Runtime.supported_versions 1 0 0
attr Runtime.is_initialized 1 0 0
func get_version 1 0 0

numba.cuda.cudaimpl (343 missing, 0 any)

Symbol Typable Typed Any
func ptx_round 5 0 0
func operator_hneg 5 0 0
func fp16_div_impl 5 0 0
func ptx_atomic_bitwise 3 0 0
func cuda_laneid 5 0 0
func lower_fp16_binary 3 0 0
func cuda_shared_array_tuple 5 0 0
func cuda_shared_array_integer 5 0 0
func ptx_fma 5 0 0
func ptx_threadfence_system 5 0 0
func cuda_blockIdx 5 0 0
func ptx_atomic_compare_and_swap 5 0 0
func float16_to_float_cast 6 0 0
func ptx_match_any_sync 5 0 0
func ptx_brev_u4 5 0 0
func ptx_syncwarp_mask 5 0 0
func ptx_atomic_add_tuple 6 0 0
func ptx_lanemask_lt 5 0 0
func ptx_hfma 5 0 0
func ptx_threadfence_device 5 0 0
func cuda_dispatcher_const 5 0 0
func dim3_y 5 0 0
func ptx_fp16_habs 5 0 0
func ptx_min_f4 5 0 0
func ptx_atomic_inc 6 0 0
func ptx_max_f8 5 0 0
func ptx_atomic_sub 6 0 0
func ptx_shfl_sync_i32 5 0 0
func ptx_ffs_64 5 0 0
func round_to_impl 5 0 0
func ptx_min_f8 5 0 0
func ptx_clz 5 0 0
func initialize_dim3 3 0 0
func float16_to_integer_cast 6 0 0
func cuda_threadIdx 5 0 0
attr registry 1 0 0
func gen_deg_rad 2 0 0
func ptx_ffs_32 5 0 0
func float_to_float16_cast 6 0 0
func ptx_nanosleep 5 0 0
func dim3_z 5 0 0
func ptx_atomic_exch 6 0 0
func cuda_gridDim 5 0 0
func ptx_atomic_dec 6 0 0
func ptx_syncwarp 5 0 0
func cuda_blockDim 5 0 0
func dim3_x 5 0 0
func cuda_local_array_integer 5 0 0
func ptx_brev_u8 5 0 0
func ptx_atomic_min 6 0 0
func ptx_vote_sync 5 0 0
func ptx_activemask 5 0 0
func float16_int_constraint 2 0 0
func ptx_atomic_nanmin 6 0 0
func lower_fp16_minmax 4 0 0
func ptx_selp 5 0 0
func ptx_popc 5 0 0
func cuda_const_array_like 5 0 0
func ptx_atomic_max 6 0 0
func ptx_max_f4 5 0 0
func ptx_cbrt 5 0 0
func ptx_match_all_sync 5 0 0
func float16_float_ty_constraint 2 0 0
func ptx_atomic_nanmax 6 0 0
func ptx_threadfence_block 5 0 0
func ptx_fp16_hneg 5 0 0
func ptx_atomic_cas 5 0 0
func operator_habs 5 0 0
func integer_to_float16_cast 6 0 0
func ptx_lmem_alloc_array 5 0 0

numba.cuda.cudamath (12 missing, 0 any)

Symbol Typable Typed Any
attr Math_atan2.cases 1 0 0
attr registry 1 0 0
attr Math_binary.cases 1 0 0
attr Math_unary.cases 1 0 0
attr Math_unary_with_fp16.cases 1 0 0
attr Math_pow.cases 1 0 0
attr Math_frexp.cases 1 0 0
attr Math_remainder.cases 1 0 0
attr Math_isnan.cases 1 0 0
attr Math_modf.cases 1 0 0
attr Math_hypot.cases 1 0 0
attr Math_ldexp.cases 1 0 0

numba.cuda.decorators (13 missing, 0 any)

Symbol Typable Typed Any
func jit 10 0 0
func declare_device 3 0 0

numba.cuda.descriptor (6 missing, 0 any)

Symbol Typable Typed Any
meth CUDATarget.init 2 0 0
prop CUDATarget.typing_context 1 0 0
prop CUDATarget.target_context 1 0 0
attr CUDATarget.options 1 0 0
attr cuda_target 1 0 0

numba.cuda.device_init (3 missing, 0 any)

Symbol Typable Typed Any
func is_available 1 0 0
func cuda_error 1 0 0
func is_supported_version 1 0 0

numba.cuda.deviceufunc (176 missing, 0 any)

Symbol Typable Typed Any
meth UFuncMechanism.init 3 0 0
meth UFuncMechanism._fill_arrays 1 0 0
meth UFuncMechanism._fill_argtypes 1 0 0
meth UFuncMechanism._resolve_signature 1 0 0
meth UFuncMechanism._get_actual_args 1 0 0
meth UFuncMechanism._broadcast 2 0 0
meth UFuncMechanism.get_arguments 1 0 0
meth UFuncMechanism.get_function 1 0 0
meth UFuncMechanism.is_device_array 2 0 0
meth UFuncMechanism.as_device_array 2 0 0
meth UFuncMechanism.broadcast_device 3 0 0
meth UFuncMechanism.force_array_layout 2 0 0
meth UFuncMechanism.call 4 0 0
meth UFuncMechanism.to_device 3 0 0
meth UFuncMechanism.to_host 3 0 0
meth UFuncMechanism.allocate_device_array 4 0 0
meth UFuncMechanism.launch 5 0 0
attr UFuncMechanism.typemap 1 0 0
attr UFuncMechanism.args 1 0 0
attr UFuncMechanism.argtypes 1 0 0
attr UFuncMechanism.scalarpos 1 0 0
attr UFuncMechanism.signature 1 0 0
attr UFuncMechanism.arrays 1 0 0
meth GUFuncEngine.from_signature 2 0 0
meth GUFuncEngine.init 3 0 0
meth GUFuncEngine.schedule 2 0 0
attr GUFuncEngine.sin 1 0 0
attr GUFuncEngine.sout 1 0 0
attr GUFuncEngine.nin 1 0 0
attr GUFuncEngine.nout 1 0 0
func to_dtype 2 0 0
meth GUFuncSchedule.init 6 0 0
meth GUFuncSchedule.str 1 0 0
attr GUFuncSchedule.parent 1 0 0
attr GUFuncSchedule.ishapes 1 0 0
attr GUFuncSchedule.oshapes 1 0 0
attr GUFuncSchedule.loopdims 1 0 0
attr GUFuncSchedule.loopn 1 0 0
attr GUFuncSchedule.pinned 1 0 0
attr GUFuncSchedule.output_shapes 1 0 0
meth GeneralizedUFunc.init 3 0 0
meth GeneralizedUFunc.call 3 0 0
meth GeneralizedUFunc._schedule 3 0 0
meth GeneralizedUFunc._search_matching_signature 2 0 0
meth GeneralizedUFunc._broadcast 4 0 0
meth GeneralizedUFunc._broadcast_array 4 0 0
meth GeneralizedUFunc._broadcast_add_axis 3 0 0
meth GeneralizedUFunc._broadcast_scalar_input 3 0 0
attr GeneralizedUFunc.kernelmap 1 0 0
attr GeneralizedUFunc.engine 1 0 0
attr GeneralizedUFunc.max_blocksize 1 0 0
meth DeviceVectorize.init 5 0 0
meth DeviceVectorize.add 2 0 0
meth DeviceVectorize.build_ufunc 1 0 0
meth DeviceVectorize._get_kernel_source 4 0 0
meth DeviceVectorize._compile_core 2 0 0
meth DeviceVectorize._get_globals 2 0 0
meth DeviceVectorize._compile_kernel 3 0 0
prop DeviceVectorize.pyfunc 1 0 0
attr DeviceVectorize.py_func 1 0 0
attr DeviceVectorize.identity 1 0 0
attr DeviceVectorize.kernelmap 1 0 0
func expand_gufunc_template 6 0 0
meth GUFuncCallSteps.launch_kernel 4 0 0
meth GUFuncCallSteps.is_device_array 2 0 0
meth GUFuncCallSteps.as_device_array 2 0 0
meth GUFuncCallSteps.to_device 2 0 0
meth GUFuncCallSteps.allocate_device_array 3 0 0
meth GUFuncCallSteps.init 5 0 0
meth GUFuncCallSteps.adjust_input_types 2 0 0
meth GUFuncCallSteps.prepare_outputs 3 0 0
meth GUFuncCallSteps.prepare_inputs 1 0 0
meth GUFuncCallSteps.post_process_outputs 2 0 0
attr GUFuncCallSteps.outputs 1 0 0
attr GUFuncCallSteps.inputs 1 0 0
meth DeviceGUFuncVectorize.init 7 0 0
meth DeviceGUFuncVectorize.add 2 0 0
meth DeviceGUFuncVectorize._compile_kernel 3 0 0
meth DeviceGUFuncVectorize._get_globals 2 0 0
prop DeviceGUFuncVectorize.pyfunc 1 0 0
attr DeviceGUFuncVectorize.py_func 1 0 0
attr DeviceGUFuncVectorize.identity 1 0 0
attr DeviceGUFuncVectorize.signature 1 0 0
attr DeviceGUFuncVectorize.kernelmap 1 0 0

numba.cuda.dispatcher (97 missing, 0 any)

Symbol Typable Typed Any
meth CUDADispatcher.init 4 0 0
meth CUDADispatcher.enable_caching 1 0 0
meth CUDADispatcher.configure 5 0 0
meth CUDADispatcher.getitem 2 0 0
meth CUDADispatcher.forall 5 0 0
meth CUDADispatcher.call 3 0 0
meth CUDADispatcher.call 6 0 0
meth CUDADispatcher.compile_for_args 3 0 0
meth CUDADispatcher.typeof_pyval 2 0 0
meth CUDADispatcher.specialize 2 0 0
meth CUDADispatcher.get_regs_per_thread 2 0 0
meth CUDADispatcher.get_const_mem_size 2 0 0
meth CUDADispatcher.get_shared_mem_per_block 2 0 0
meth CUDADispatcher.get_max_threads_per_block 2 0 0
meth CUDADispatcher.get_local_mem_per_thread 2 0 0
meth CUDADispatcher.get_call_template 3 0 0
meth CUDADispatcher.compile_device 3 0 0
meth CUDADispatcher.add_overload 3 0 0
meth CUDADispatcher.compile 2 0 0
meth CUDADispatcher.inspect_llvm 2 0 0
meth CUDADispatcher.inspect_asm 2 0 0
meth CUDADispatcher.inspect_sass_cfg 2 0 0
meth CUDADispatcher.inspect_sass 2 0 0
meth CUDADispatcher.inspect_types 2 0 0
meth CUDADispatcher._rebuild 3 0 0
meth CUDADispatcher._reduce_states 1 0 0
prop CUDADispatcher._numba_type 1 0 0
prop CUDADispatcher.extensions 1 0 0
prop CUDADispatcher.specialized 1 0 0
attr CUDADispatcher.specializations 1 0 0
meth CUDACacheImpl.reduce 2 0 0
meth CUDACacheImpl.rebuild 3 0 0
meth CUDACacheImpl.check_cachable 2 0 0
meth ForAll.init 6 0 0
meth ForAll.call 2 0 0
meth ForAll._compute_thread_per_block 2 0 0
attr ForAll.dispatcher 1 0 0
attr ForAll.ntasks 1 0 0
attr ForAll.thread_per_block 1 0 0
attr ForAll.stream 1 0 0
attr ForAll.sharedmem 1 0 0
meth CUDACache.load_overload 3 0 0

numba.cuda.errors (11 missing, 0 any)

Symbol Typable Typed Any
func normalize_kernel_dimensions 3 0 0
attr missing_launch_config_msg 1 0 0
meth KernelRuntimeError.init 4 0 0
attr KernelRuntimeError.tid 1 0 0
attr KernelRuntimeError.ctaid 1 0 0
attr KernelRuntimeError.msg 1 0 0

numba.cuda.extending (1 missing, 0 any)

Symbol Typable Typed Any
attr intrinsic 1 0 0

numba.cuda.initialize (1 missing, 0 any)

Symbol Typable Typed Any
func initialize_all 1 0 0

numba.cuda.intrinsic_wrapper (28 missing, 0 any)

Symbol Typable Typed Any
func ballot_sync 3 0 0
func shfl_xor_sync 4 0 0
func any_sync 3 0 0
func all_sync 3 0 0
func eq_sync 3 0 0
func shfl_down_sync 4 0 0
func shfl_up_sync 4 0 0
func shfl_sync 4 0 0

numba.cuda.intrinsics (19 missing, 0 any)

Symbol Typable Typed Any
func cuda_warpsize 2 0 0
func grid 3 0 0
func syncthreads_or 3 0 0
func gridsize 3 0 0
func syncthreads 2 0 0
func syncthreads_count 3 0 0
func syncthreads_and 3 0 0

numba.cuda.kernels.reduction (10 missing, 0 any)

Symbol Typable Typed Any
meth Reduce.init 2 0 0
meth Reduce._compile 2 0 0
meth Reduce.call 6 0 0

numba.cuda.kernels.transpose (3 missing, 0 any)

Symbol Typable Typed Any
func transpose 3 0 0

numba.cuda.libdevice (741 missing, 0 any)

Symbol Typable Typed Any
func fdiv_rd 3 0 0
func llround 2 0 0
func fsqrt_rd 2 0 0
func abs 2 0 0
func drcp_rn 2 0 0
func isfinited 2 0 0
func fdim 3 0 0
func mul24 3 0 0
func rint 2 0 0
func fmul_ru 3 0 0
func y1 2 0 0
func tgamma 2 0 0
func exp2 2 0 0
func ceilf 2 0 0
func usad 4 0 0
func double2float_ru 2 0 0
func exp10f 2 0 0
func dsqrt_rd 2 0 0
func fsqrt_rz 2 0 0
func isinff 2 0 0
func rintf 2 0 0
func double2hiint 2 0 0
func uint2float_ru 2 0 0
func cosf 2 0 0
func float2ull_rn 2 0 0
func drcp_ru 2 0 0
func llmin 3 0 0
func frexp 2 0 0
func sinpi 2 0 0
func j0 2 0 0
func copysignf 3 0 0
func modff 2 0 0
func fmaf_ru 4 0 0
func ll2double_rn 2 0 0
func fmod 3 0 0
func llrint 2 0 0
func ullmax 3 0 0
func cbrtf 2 0 0
func coshf 2 0 0
func umul24 3 0 0
func asinf 2 0 0
func rcbrtf 2 0 0
func atanf 2 0 0
func float2ull_rz 2 0 0
func y0 2 0 0
func isnand 2 0 0
func fmul_rd 3 0 0
func yn 3 0 0
func fast_expf 2 0 0
func ll2float_rz 2 0 0
func erff 2 0 0
func ceil 2 0 0
func double2int_ru 2 0 0
func double2ull_rn 2 0 0
func dsqrt_ru 2 0 0
func mul64hi 3 0 0
func trunc 2 0 0
func dadd_rn 3 0 0
func double2int_rn 2 0 0
func frcp_rd 2 0 0
func ilogbf 2 0 0
func asin 2 0 0
func umin 3 0 0
func fadd_rn 3 0 0
func double2ll_ru 2 0 0
func ll2double_rz 2 0 0
func fsqrt_rn 2 0 0
func double2ll_rn 2 0 0
func log2f 2 0 0
func mulhi 3 0 0
func byte_perm 4 0 0
func fsub_rn 3 0 0
func rhadd 3 0 0
func double2ull_rz 2 0 0
func llroundf 2 0 0
func fsqrt_ru 2 0 0
func ull2float_rn 2 0 0
func brev 2 0 0
func cospi 2 0 0
func fmodf 3 0 0
func double2uint_rz 2 0 0
func ll2float_rn 2 0 0
func signbitd 2 0 0
func ffsll 2 0 0
func ull2float_rd 2 0 0
func fdiv_rn 3 0 0
func fadd_rz 3 0 0
func ll2double_ru 2 0 0
func acosh 2 0 0
func cosh 2 0 0
func exp10 2 0 0
func scalbn 3 0 0
func sqrtf 2 0 0
func ull2double_rn 2 0 0
func umax 3 0 0
func fast_sincosf 2 0 0
func ull2double_rz 2 0 0
func float2int_ru 2 0 0
func fast_tanf 2 0 0
func asinhf 2 0 0
func tan 2 0 0
func clz 2 0 0
func fma 4 0 0
func lgamma 2 0 0
func ynf 3 0 0
func min 3 0 0
func double_as_longlong 2 0 0
func fmaf_rd 4 0 0
func sincospif 2 0 0
func acos 2 0 0
func double2ll_rz 2 0 0
func hiloint2double 3 0 0
func ddiv_rn 3 0 0
func erfcx 2 0 0
func fast_powf 3 0 0
func ddiv_rz 3 0 0
func ddiv_ru 3 0 0
func floorf 2 0 0
func y0f 2 0 0
func ll2double_rd 2 0 0
func floor 2 0 0
func sincospi 2 0 0
func expf 2 0 0
func sinf 2 0 0
func fast_sinf 2 0 0
func ull2double_rd 2 0 0
func remquof 3 0 0
func umul64hi 3 0 0
func acoshf 2 0 0
func isnanf 2 0 0
func fmul_rn 3 0 0
func fma_rd 4 0 0
func frcp_ru 2 0 0
func fast_fdividef 3 0 0
func float2ull_rd 2 0 0
func int_as_float 2 0 0
func ull2float_ru 2 0 0
func sqrt 2 0 0
func log 2 0 0
func log2 2 0 0
func ll2float_rd 2 0 0
func int2float_rz 2 0 0
func truncf 2 0 0
func erfcinvf 2 0 0
func normcdff 2 0 0
func expm1 2 0 0
func erfcxf 2 0 0
func urhadd 3 0 0
func rsqrtf 2 0 0
func popc 2 0 0
func frsqrt_rn 2 0 0
func log10 2 0 0
func atan2f 3 0 0
func ddiv_rd 3 0 0
func acosf 2 0 0
func uint2float_rn 2 0 0
func fdiv_ru 3 0 0
func ldexpf 3 0 0
func fmaf 4 0 0
func fabs 2 0 0
func fsub_ru 3 0 0
func logbf 2 0 0
func double2ull_rd 2 0 0
func expm1f 2 0 0
func frcp_rz 2 0 0
func lgammaf 2 0 0
func erfc 2 0 0
func j1 2 0 0
func float2int_rd 2 0 0
func sinh 2 0 0
func exp 2 0 0
func float2int_rz 2 0 0
func erfinvf 2 0 0
func float_as_int 2 0 0
func fma_rz 4 0 0
func powf 3 0 0
func normcdf 2 0 0
func logb 2 0 0
func tgammaf 2 0 0
func fabsf 2 0 0
func hypotf 3 0 0
func double2int_rd 2 0 0
func fmax 3 0 0
func jnf 3 0 0
func dadd_rz 3 0 0
func max 3 0 0
func brevll 2 0 0
func dsqrt_rz 2 0 0
func fma_ru 4 0 0
func sad 4 0 0
func fsub_rd 3 0 0
func j0f 2 0 0
func pow 3 0 0
func y1f 2 0 0
func ull2double_ru 2 0 0
func llmax 3 0 0
func dadd_ru 3 0 0
func fast_cosf 2 0 0
func tanh 2 0 0
func uint2float_rz 2 0 0
func log1p 2 0 0
func float2uint_rd 2 0 0
func ffs 2 0 0
func hypot 3 0 0
func nearbyintf 2 0 0
func double2uint_ru 2 0 0
func fmin 3 0 0
func erf 2 0 0
func uint2float_rd 2 0 0
func fast_exp10f 2 0 0
func remainder 3 0 0
func hadd 3 0 0
func rcbrt 2 0 0
func exp2f 2 0 0
func remquo 3 0 0
func ullmin 3 0 0
func llabs 2 0 0
func fma_rn 4 0 0
func ull2float_rz 2 0 0
func cospif 2 0 0
func atan 2 0 0
func atanhf 2 0 0
func uint2double_rn 2 0 0
func fast_logf 2 0 0
func int2double_rn 2 0 0
func float2ll_rz 2 0 0
func float2half_rn 2 0 0
func round 2 0 0
func float2uint_ru 2 0 0
func ll2float_ru 2 0 0
func sinpif 2 0 0
func fmaf_rz 4 0 0
func roundf 2 0 0
func logf 2 0 0
func fadd_ru 3 0 0
func sincosf 2 0 0
func nextafterf 3 0 0
func half2float 2 0 0
func ilogb 2 0 0
func fmaxf 3 0 0
func log10f 2 0 0
func fdiv_rz 3 0 0
func ldexp 3 0 0
func double2ll_rd 2 0 0
func scalbnf 3 0 0
func cbrt 2 0 0
func drcp_rd 2 0 0
func rsqrt 2 0 0
func saturatef 2 0 0
func cos 2 0 0
func nextafter 3 0 0
func jn 3 0 0
func dsqrt_rn 2 0 0
func float2uint_rz 2 0 0
func frcp_rn 2 0 0
func powif 3 0 0
func double2loint 2 0 0
func j1f 2 0 0
func asinh 2 0 0
func int2float_ru 2 0 0
func remainderf 3 0 0
func fadd_rd 3 0 0
func longlong_as_double 2 0 0
func erfcinv 2 0 0
func finitef 2 0 0
func dmul_rz 3 0 0
func float2uint_rn 2 0 0
func clzll 2 0 0
func double2uint_rn 2 0 0
func int2float_rn 2 0 0
func atan2 3 0 0
func double2uint_rd 2 0 0
func tanf 2 0 0
func fast_log2f 2 0 0
func isinfd 2 0 0
func normcdfinvf 2 0 0
func log1pf 2 0 0
func float2ll_ru 2 0 0
func fmul_rz 3 0 0
func fminf 3 0 0
func signbitf 2 0 0
func copysign 3 0 0
func modf 2 0 0
func dmul_ru 3 0 0
func uhadd 3 0 0
func float2ll_rn 2 0 0
func llrintf 2 0 0
func popcll 2 0 0
func int2float_rd 2 0 0
func float2ll_rd 2 0 0
func float2ull_ru 2 0 0
func double2float_rn 2 0 0
func dmul_rn 3 0 0
func atanh 2 0 0
func sinhf 2 0 0
func double2int_rz 2 0 0
func normcdfinv 2 0 0
func double2float_rd 2 0 0
func sin 2 0 0
func erfcf 2 0 0
func fsub_rz 3 0 0
func erfinv 2 0 0
func double2ull_ru 2 0 0
func dmul_rd 3 0 0
func drcp_rz 2 0 0
func nearbyint 2 0 0
func double2float_rz 2 0 0
func float2int_rn 2 0 0
func fmaf_rn 4 0 0
func umulhi 3 0 0
func frexpf 2 0 0
func powi 3 0 0
func tanhf 2 0 0
func dadd_rd 3 0 0
func fast_log10f 2 0 0
func sincos 2 0 0
func fdimf 3 0 0

numba.cuda.libdevicedecl (5 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
func libdevice_declare 4 0 0

numba.cuda.libdevicefuncs (5 missing, 0 any)

Symbol Typable Typed Any
func create_signature 3 0 0
attr functions 1 0 0
func generate_stubs 1 0 0

numba.cuda.libdeviceimpl (9 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
func libdevice_implement_multiple_returns 4 0 0
func libdevice_implement 4 0 0

numba.cuda.mathimpl (125 missing, 0 any)

Symbol Typable Typed Any
func get_lower_binary_impl 4 0 0
func fp16_cos_impl 5 0 0
func fp16_log_impl 5 0 0
func impl_unary_int 4 0 0
func fp16_log2_impl 5 0 0
func impl_pow_int 3 0 0
attr impl32 1 0 0
func impl_ldexp 3 0 0
func impl_boolean 4 0 0
func cpow_implement 3 0 0
func fp16_sqrt_impl 5 0 0
func impl_tanh 3 0 0
func impl_frexp 3 0 0
func get_unary_impl_for_fn_and_ty 3 0 0
func math_isfinite_int 5 0 0
func impl_binary 4 0 0
func impl_unary 4 0 0
attr registry 1 0 0
func impl_binary_int 4 0 0
func fp16_sin_impl 5 0 0
func maybe_fast_truediv 5 0 0
func fp16_floor_impl 5 0 0
func get_lower_unary_impl 4 0 0
func fp16_fabs_impl 5 0 0
func get_binary_impl_for_fn_and_ty 3 0 0
attr impl64 1 0 0
func fp16_ceil_impl 5 0 0
func math_isinf_isnan_int 5 0 0
func fp16_log10_impl 5 0 0
func impl_modf 3 0 0
func fp16_exp_impl 5 0 0
func fp16_trunc_impl 5 0 0

numba.cuda.models (11 missing, 0 any)

Symbol Typable Typed Any
meth Dim3Model.init 3 0 0
attr register_model 1 0 0
meth FloatModel.init 3 0 0
attr cuda_data_manager 1 0 0
meth GridGroupModel.init 3 0 0

numba.cuda.nvvmutils (70 missing, 0 any)

Symbol Typable Typed Any
func declare_atomic_nanmin_float32 2 0 0
func call_sreg 3 0 0
func declare_atomic_add_float32 2 0 0
func declare_cudaCGSynchronize 2 0 0
func declare_atomic_min_float32 2 0 0
func declare_atomic_inc_int64 2 0 0
func declare_string 3 0 0
func declare_atomic_add_float64 2 0 0
func declare_atomic_sub_float32 2 0 0
func declare_atomic_max_float32 2 0 0
func declare_vprint 2 0 0
func get_global_id 3 0 0
func declare_atomic_cas_int 3 0 0
func declare_atomic_nanmin_float64 2 0 0
func declare_atomic_sub_float64 2 0 0
func declare_atomic_inc_int32 2 0 0
meth SRegBuilder.init 2 0 0
meth SRegBuilder.tid 2 0 0
meth SRegBuilder.ctaid 2 0 0
meth SRegBuilder.ntid 2 0 0
meth SRegBuilder.nctaid 2 0 0
meth SRegBuilder.getdim 2 0 0
attr SRegBuilder.builder 1 0 0
func atomic_cmpxchg 7 0 0
func declare_atomic_nanmax_float32 2 0 0
func declare_atomic_dec_int32 2 0 0
func declare_cudaCGGetIntrinsicHandle 2 0 0
func declare_atomic_nanmax_float64 2 0 0
func declare_atomic_min_float64 2 0 0
func declare_atomic_dec_int64 2 0 0
func declare_atomic_max_float64 2 0 0

numba.cuda.printimpl (27 missing, 0 any)

Symbol Typable Typed Any
attr voidptr 1 0 0
func real_print_impl 5 0 0
attr registry 1 0 0
func print_varargs 5 0 0
func const_print_impl 5 0 0
func int_print_impl 5 0 0
func print_item 5 0 0

numba.cuda.random (47 missing, 0 any)

Symbol Typable Typed Any
attr xoroshiro128p_dtype 1 0 0
attr TWO_PI_FLOAT64 1 0 0
func xoroshiro128p_next 3 0 0
func init_xoroshiro128p_state 4 0 0
attr TWO_PI_FLOAT32 1 0 0
func xoroshiro128p_normal_float64 3 0 0
attr xoroshiro128p_type 1 0 0
func init_xoroshiro128p_states 5 0 0
func xoroshiro128p_normal_float32 3 0 0
func create_xoroshiro128p_states 5 0 0
func init_xoroshiro128p_states_cpu 4 0 0
func xoroshiro128p_jump 3 0 0
func uint64_to_unit_float32 2 0 0
func rotl 3 0 0
func xoroshiro128p_uniform_float64 3 0 0
func uint64_to_unit_float64 2 0 0
func xoroshiro128p_uniform_float32 3 0 0

numba.cuda.simulator.api (32 missing, 0 any)

Symbol Typable Typed Any
func select_device 2 0 0
func close 1 0 0
func jit 12 0 0
func defer_cleanup 1 0 0
func is_float16_supported 1 0 0
func list_devices 1 0 0
meth Event.record 2 0 0
meth Event.wait 2 0 0
meth Event.synchronize 1 0 0
meth Event.elapsed_time 2 0 0
func detect 1 0 0
func declare_device 3 0 0
func synchronize 1 0 0
meth stream.auto_synchronize 1 0 0
meth stream.synchronize 1 0 0

numba.cuda.simulator.cudadrv.devicearray (137 missing, 0 any)

Symbol Typable Typed Any
meth FakeCUDAArray.init 3 0 0
meth FakeCUDAArray.getattr 2 0 0
meth FakeCUDAArray.bind 2 0 0
meth FakeCUDAArray.transpose 2 0 0
meth FakeCUDAArray.getitem 2 0 0
meth FakeCUDAArray.setitem 3 0 0
meth FakeCUDAArray.copy_to_host 3 0 0
meth FakeCUDAArray.copy_to_device 3 0 0
meth FakeCUDAArray.ravel 3 0 0
meth FakeCUDAArray.reshape 3 0 0
meth FakeCUDAArray.view 3 0 0
meth FakeCUDAArray.is_c_contiguous 1 0 0
meth FakeCUDAArray.is_f_contiguous 1 0 0
meth FakeCUDAArray.str 1 0 0
meth FakeCUDAArray.repr 1 0 0
meth FakeCUDAArray.len 1 0 0
meth FakeCUDAArray.eq 2 0 0
meth FakeCUDAArray.ne 2 0 0
meth FakeCUDAArray.lt 2 0 0
meth FakeCUDAArray.le 2 0 0
meth FakeCUDAArray.gt 2 0 0
meth FakeCUDAArray.ge 2 0 0
meth FakeCUDAArray.add 2 0 0
meth FakeCUDAArray.sub 2 0 0
meth FakeCUDAArray.mul 2 0 0
meth FakeCUDAArray.floordiv 2 0 0
meth FakeCUDAArray.truediv 2 0 0
meth FakeCUDAArray.mod 2 0 0
meth FakeCUDAArray.pow 2 0 0
meth FakeCUDAArray.split 3 0 0
prop FakeCUDAArray.alloc_size 1 0 0
prop FakeCUDAArray.nbytes 1 0 0
prop FakeCUDAArray.T 1 0 0
prop FakeCUDAArray.shape 1 0 0
attr FakeCUDAArray.stream 1 0 0
func check_array_compatibility 3 0 0
func require_cuda_ndarray 2 0 0
func is_cuda_ndarray 2 0 0
func managed_array 5 0 0
func mapped_array 3 0 0
func pinned 2 0 0
func pinned_array_like 2 0 0
func pinned_array 5 0 0
func to_device 5 0 0
func verify_cuda_ndarray_interface 2 0 0
func sentry_contiguous 2 0 0
func auto_device 4 0 0
meth FakeShape.getitem 2 0 0
func array_core 2 0 0
func device_array 3 0 0
func device_array_like 3 0 0
func is_contiguous 2 0 0
meth FakeWithinKernelCUDAArray.init 2 0 0
meth FakeWithinKernelCUDAArray.wrap_if_fake 2 0 0
meth FakeWithinKernelCUDAArray.__getattr 2 0 0
meth FakeWithinKernelCUDAArray.setattr 3 0 0
meth FakeWithinKernelCUDAArray.getitem 2 0 0
meth FakeWithinKernelCUDAArray.setitem 3 0 0
meth FakeWithinKernelCUDAArray.len 1 0 0
meth FakeWithinKernelCUDAArray.array_ufunc 5 0 0

numba.cuda.simulator.cudadrv.devices (38 missing, 0 any)

Symbol Typable Typed Any
meth FakeCUDADevice.init 1 0 0
prop FakeCUDADevice.compute_capability 1 0 0
attr FakeCUDADevice.uuid 1 0 0
func require_context 2 0 0
func get_context 2 0 0
meth FakeDeviceList.init 1 0 0
meth FakeDeviceList.getitem 2 0 0
meth FakeDeviceList.str 1 0 0
meth FakeDeviceList.iter 1 0 0
meth FakeDeviceList.len 1 0 0
prop FakeDeviceList.current 1 0 0
attr FakeDeviceList.lst 1 0 0
attr FakeDeviceList.closed 1 0 0
attr gpus 1 0 0
meth FakeCUDAContext.init 2 0 0
meth FakeCUDAContext.enter 1 0 0
meth FakeCUDAContext.exit 4 0 0
meth FakeCUDAContext.str 1 0 0
meth FakeCUDAContext.reset 1 0 0
meth FakeCUDAContext.get_memory_info 1 0 0
meth FakeCUDAContext.memalloc 2 0 0
meth FakeCUDAContext.memhostalloc 5 0 0
prop FakeCUDAContext.id 1 0 0
prop FakeCUDAContext.device 1 0 0
prop FakeCUDAContext.compute_capability 1 0 0
func reset 1 0 0

numba.cuda.simulator.cudadrv.driver (32 missing, 0 any)

Symbol Typable Typed Any
attr driver 1 0 0
func device_to_host 5 0 0
meth Linker.new 4 0 0
prop Linker.lto 1 0 0
func launch_kernel 3 0 0
func device_to_device 5 0 0
func device_memory_size 2 0 0
func host_to_device 5 0 0
meth FakeDriver.get_device_count 1 0 0
func device_memset 5 0 0

numba.cuda.simulator.cudadrv.libs (2 missing, 0 any)

Symbol Typable Typed Any
func check_static_lib 2 0 0

numba.cuda.simulator.cudadrv.nvvm (3 missing, 0 any)

Symbol Typable Typed Any
meth NVVM.init 1 0 0
func is_available 1 0 0
func get_supported_ccs 1 0 0

numba.cuda.simulator.cudadrv.runtime (4 missing, 0 any)

Symbol Typable Typed Any
meth FakeRuntime.get_version 1 0 0
meth FakeRuntime.is_supported_version 1 0 0
prop FakeRuntime.supported_versions 1 0 0
attr runtime 1 0 0

numba.cuda.simulator.kernel (63 missing, 0 any)

Symbol Typable Typed Any
meth FakeOverload.max_cooperative_grid_blocks 2 0 0
meth FakeOverloadDict.getitem 2 0 0
meth BlockManager.init 5 0 0
meth BlockManager.run 3 0 0
attr BlockManager.block_state 1 0 0
meth FakeCUDAKernel.init 6 0 0
meth FakeCUDAKernel.call 2 0 0
meth FakeCUDAKernel.getitem 2 0 0
meth FakeCUDAKernel.bind 1 0 0
meth FakeCUDAKernel.specialize 2 0 0
meth FakeCUDAKernel.forall 5 0 0
prop FakeCUDAKernel.overloads 1 0 0
prop FakeCUDAKernel.py_func 1 0 0
attr FakeCUDAKernel.fn 1 0 0
attr FakeCUDAKernel.extensions 1 0 0
attr FakeCUDAKernel.grid_dim 1 0 0
attr FakeCUDAKernel.block_dim 1 0 0
attr FakeCUDAKernel.stream 1 0 0
attr FakeCUDAKernel.dynshared_size 1 0 0
meth BlockThread.init 6 0 0
meth BlockThread.run 1 0 0
meth BlockThread.syncthreads 1 0 0
meth BlockThread.syncthreads_count 2 0 0
meth BlockThread.syncthreads_and 2 0 0
meth BlockThread.syncthreads_or 2 0 0
meth BlockThread.str 1 0 0
attr BlockThread.syncthreads_event 1 0 0
attr BlockThread.syncthreads_blocked 1 0 0
attr BlockThread.blockIdx 1 0 0
attr BlockThread.threadIdx 1 0 0
attr BlockThread.exception 1 0 0
attr BlockThread.daemon 1 0 0
attr BlockThread.abort 1 0 0
attr BlockThread.debug 1 0 0
attr BlockThread.thread_id 1 0 0

numba.cuda.simulator.kernelapi (216 missing, 0 any)

Symbol Typable Typed Any
attr minlock 1 0 0
attr orlock 1 0 0
attr exchlock 1 0 0
meth FakeCUDALocal.array 3 0 0
attr declock 1 0 0
meth GridGroup.sync 1 0 0
meth FakeCUDAAtomic.add 4 0 0
meth FakeCUDAAtomic.sub 4 0 0
meth FakeCUDAAtomic.and_ 4 0 0
meth FakeCUDAAtomic.or_ 4 0 0
meth FakeCUDAAtomic.xor 4 0 0
meth FakeCUDAAtomic.inc 4 0 0
meth FakeCUDAAtomic.dec 4 0 0
meth FakeCUDAAtomic.exch 4 0 0
meth FakeCUDAAtomic.max 4 0 0
meth FakeCUDAAtomic.min 4 0 0
meth FakeCUDAAtomic.nanmax 4 0 0
meth FakeCUDAAtomic.nanmin 4 0 0
meth FakeCUDAAtomic.compare_and_swap 4 0 0
meth FakeCUDAAtomic.cas 5 0 0
func swapped_cuda_module 3 0 0
attr inclock 1 0 0
meth Dim3.init 4 0 0
meth Dim3.str 1 0 0
meth Dim3.repr 1 0 0
meth Dim3.iter 1 0 0
attr Dim3.x 1 0 0
attr Dim3.y 1 0 0
attr Dim3.z 1 0 0
attr andlock 1 0 0
attr maxlock 1 0 0
meth FakeCUDAShared.init 2 0 0
meth FakeCUDAShared.array 3 0 0
meth FakeCUDAConst.array_like 2 0 0
meth FakeCUDAFp16.hadd 3 0 0
meth FakeCUDAFp16.hsub 3 0 0
meth FakeCUDAFp16.hmul 3 0 0
meth FakeCUDAFp16.hdiv 3 0 0
meth FakeCUDAFp16.hfma 4 0 0
meth FakeCUDAFp16.hneg 2 0 0
meth FakeCUDAFp16.habs 2 0 0
meth FakeCUDAFp16.hsin 2 0 0
meth FakeCUDAFp16.hcos 2 0 0
meth FakeCUDAFp16.hlog 2 0 0
meth FakeCUDAFp16.hlog2 2 0 0
meth FakeCUDAFp16.hlog10 2 0 0
meth FakeCUDAFp16.hexp 2 0 0
meth FakeCUDAFp16.hexp2 2 0 0
meth FakeCUDAFp16.hexp10 2 0 0
meth FakeCUDAFp16.hsqrt 2 0 0
meth FakeCUDAFp16.hrsqrt 2 0 0
meth FakeCUDAFp16.hceil 2 0 0
meth FakeCUDAFp16.hfloor 2 0 0
meth FakeCUDAFp16.hrcp 2 0 0
meth FakeCUDAFp16.htrunc 2 0 0
meth FakeCUDAFp16.hrint 2 0 0
meth FakeCUDAFp16.heq 3 0 0
meth FakeCUDAFp16.hne 3 0 0
meth FakeCUDAFp16.hge 3 0 0
meth FakeCUDAFp16.hgt 3 0 0
meth FakeCUDAFp16.hle 3 0 0
meth FakeCUDAFp16.hlt 3 0 0
meth FakeCUDAFp16.hmax 3 0 0
meth FakeCUDAFp16.hmin 3 0 0
meth FakeCUDAModule.init 4 0 0
meth FakeCUDAModule.syncthreads 1 0 0
meth FakeCUDAModule.threadfence 1 0 0
meth FakeCUDAModule.threadfence_block 1 0 0
meth FakeCUDAModule.threadfence_system 1 0 0
meth FakeCUDAModule.syncthreads_count 2 0 0
meth FakeCUDAModule.syncthreads_and 2 0 0
meth FakeCUDAModule.syncthreads_or 2 0 0
meth FakeCUDAModule.popc 2 0 0
meth FakeCUDAModule.fma 4 0 0
meth FakeCUDAModule.cbrt 2 0 0
meth FakeCUDAModule.brev 2 0 0
meth FakeCUDAModule.clz 2 0 0
meth FakeCUDAModule.ffs 2 0 0
meth FakeCUDAModule.selp 4 0 0
meth FakeCUDAModule.grid 2 0 0
meth FakeCUDAModule.gridsize 2 0 0
prop FakeCUDAModule.cg 1 0 0
prop FakeCUDAModule.local 1 0 0
prop FakeCUDAModule.shared 1 0 0
prop FakeCUDAModule.const 1 0 0
prop FakeCUDAModule.atomic 1 0 0
prop FakeCUDAModule.fp16 1 0 0
prop FakeCUDAModule.threadIdx 1 0 0
prop FakeCUDAModule.blockIdx 1 0 0
prop FakeCUDAModule.warpsize 1 0 0
prop FakeCUDAModule.laneid 1 0 0
attr FakeCUDAModule.gridDim 1 0 0
attr FakeCUDAModule.blockDim 1 0 0
attr compare_and_swaplock 1 0 0
attr sublock 1 0 0
attr xorlock 1 0 0
meth FakeCUDACg.this_grid 1 0 0
attr addlock 1 0 0
attr caslock 1 0 0

numba.cuda.simulator.reduction (2 missing, 0 any)

Symbol Typable Typed Any
func Reduce 2 0 0

numba.cuda.simulator.vector_types (9 missing, 0 any)

Symbol Typable Typed Any
meth SimulatedVectorType.init 2 0 0
meth SimulatedVectorType.as_list 1 0 0
prop SimulatedVectorType.name 1 0 0
prop SimulatedVectorType.num_elements 1 0 0
func make_simulated_vector_type 3 0 0
attr vector_types 1 0 0

numba.cuda.simulator_init (2 missing, 0 any)

Symbol Typable Typed Any
func is_available 1 0 0
func cuda_error 1 0 0

numba.cuda.stubs (15 missing, 0 any)

Symbol Typable Typed Any
meth shared.array 2 0 0
meth local.array 2 0 0
prop Dim3.x 1 0 0
prop Dim3.y 1 0 0
prop Dim3.z 1 0 0
func make_vector_type_stubs 1 0 0
meth const.array_like 1 0 0
meth Stub.new 1 0 0
meth Stub.repr 1 0 0
func stub_function 2 0 0
func map_vector_type_stubs_to_alias 2 0 0

numba.cuda.target (86 missing, 0 any)

Symbol Typable Typed Any
meth CUDATargetContext.init 3 0 0
meth CUDATargetContext.create_module 2 0 0
meth CUDATargetContext.init 1 0 0
meth CUDATargetContext.load_additional_registries 1 0 0
meth CUDATargetContext.codegen 1 0 0
meth CUDATargetContext.mangler 5 0 0
meth CUDATargetContext.prepare_cuda_kernel 9 0 0
meth CUDATargetContext.generate_kernel_wrapper 8 0 0
meth CUDATargetContext.make_constant_array 4 0 0
meth CUDATargetContext.insert_const_string 3 0 0
meth CUDATargetContext.insert_string_const_addrspace 3 0 0
meth CUDATargetContext.optimize_function 2 0 0
meth CUDATargetContext.get_ufunc_info 2 0 0
prop CUDATargetContext.DIBuilder 1 0 0
prop CUDATargetContext.enable_boundscheck 1 0 0
prop CUDATargetContext.target_data 1 0 0
prop CUDATargetContext.nonconst_module_attrs 1 0 0
prop CUDATargetContext.call_conv 1 0 0
attr CUDATargetContext.data_model_manager 1 0 0
attr VALID_CHARS 1 0 0
meth CUDACABICallConv._make_call_helper 2 0 0
meth CUDACABICallConv.return_value 3 0 0
meth CUDACABICallConv.return_user_exc 6 0 0
meth CUDACABICallConv.return_status_propagate 3 0 0
meth CUDACABICallConv.get_function_type 3 0 0
meth CUDACABICallConv.decorate_function 5 0 0
meth CUDACABICallConv.get_arguments 2 0 0
meth CUDACABICallConv.call_function 6 0 0
meth CUDACABICallConv.get_return_type 2 0 0
meth CUDATypingContext.load_additional_registries 1 0 0
meth CUDATypingContext.resolve_value_type 2 0 0

numba.cuda.testing (48 missing, 0 any)

Symbol Typable Typed Any
func skip_unless_conda_cudatoolkit 2 0 0
func skip_with_cuda_python 2 0 0
func skip_if_cuda_includes_missing 2 0 0
func ensure_supported_ccs_initialized 1 0 0
func skip_if_external_memmgr 2 0 0
func skip_unless_cc_75 2 0 0
func skip_unless_cc_60 2 0 0
func skip_if_cudadevrt_missing 2 0 0
meth ContextResettingTestCase.tearDown 1 0 0
func xfail_unless_cudasim 2 0 0
func cc_X_or_above 3 0 0
func skip_if_mvc_libraries_unavailable 2 0 0
func skip_with_nvdisasm 2 0 0
func skip_without_nvdisasm 2 0 0
func cudadevrt_missing 1 0 0
func skip_under_cuda_memcheck 2 0 0
func skip_on_arm 2 0 0
func skip_unless_cc_53 2 0 0
func skip_if_mvc_enabled 2 0 0
meth ForeignArray.init 2 0 0
func skip_unless_cudasim 2 0 0
func skip_on_cudasim 2 0 0
func skip_unless_cc_50 2 0 0
meth CUDATestCase.setUp 1 0 0
meth CUDATestCase.tearDown 1 0 0
meth CUDATestCase.skip_if_lto 2 0 0

numba.cuda.types (4 missing, 0 any)

Symbol Typable Typed Any
meth GridGroup.init 1 0 0
meth Dim3.init 1 0 0
attr dim3 1 0 0
attr grid_group 1 0 0

numba.cuda.ufuncs (3 missing, 0 any)

Symbol Typable Typed Any
func get_ufunc_info 2 0 0
func ufunc_db 1 0 0

numba.cuda.vector_types (19 missing, 0 any)

Symbol Typable Typed Any
meth VectorType.init 5 0 0
prop VectorType.base_type 1 0 0
prop VectorType.attr_names 1 0 0
prop VectorType.num_elements 1 0 0
prop VectorType.user_facing_object 1 0 0
func enable_vector_type_ctor 3 2 0
func make_vector_type 5 4 0
attr typing_registry 1 0 0
func build_constructor_overloads 6 0 0
attr impl_registry 1 0 0

numba.cuda.vectorizers (63 missing, 0 any)

Symbol Typable Typed Any
meth CUDAUFuncMechanism.launch 5 0 0
meth CUDAUFuncMechanism.is_device_array 2 0 0
meth CUDAUFuncMechanism.as_device_array 2 0 0
meth CUDAUFuncMechanism.to_device 3 0 0
meth CUDAUFuncMechanism.to_host 3 0 0
meth CUDAUFuncMechanism.allocate_device_array 4 0 0
meth CUDAUFuncMechanism.broadcast_device 3 0 0
meth CUDAGUFuncVectorize.build_ufunc 1 0 0
meth CUDAGUFuncVectorize._compile_kernel 3 0 0
meth CUDAGUFuncVectorize._get_globals 2 0 0
prop CUDAGUFuncVectorize._kernel_template 1 0 0
meth CUDAVectorize._compile_core 2 0 0
meth CUDAVectorize._get_globals 2 0 0
meth CUDAVectorize._compile_kernel 3 0 0
meth CUDAVectorize.build_ufunc 1 0 0
prop CUDAVectorize._kernel_template 1 0 0
meth CUDAGeneralizedUFunc.init 4 0 0
meth CUDAGeneralizedUFunc._broadcast_scalar_input 3 0 0
meth CUDAGeneralizedUFunc._broadcast_add_axis 3 0 0
prop CUDAGeneralizedUFunc._call_steps 1 0 0
meth CUDAUFuncDispatcher.init 3 0 0
meth CUDAUFuncDispatcher.call 3 0 0
meth CUDAUFuncDispatcher.reduce 3 0 0
meth CUDAUFuncDispatcher.__reduce 4 0 0
attr CUDAUFuncDispatcher.functions 1 0 0

numba.experimental.function_type (41 missing, 0 any)

Symbol Typable Typed Any
attr lower_get_jit_address 1 0 0
func lower_cast_function_type_to_function_type 6 0 0
func unbox_function_type 4 0 0
attr lower_get_wrapper_address 1 0 0
func box_function_type 4 0 0
meth FunctionModel.init 3 0 0
meth FunctionProtoModel.init 3 0 0
func typeof_function_type 3 0 0
func lower_constant_dispatcher 5 0 0
func lower_cast_dispatcher_to_function_type 6 0 0
func lower_constant_function_type 5 0 0

numba.experimental.jitclass.base (64 missing, 0 any)

Symbol Typable Typed Any
func ctor_impl 5 0 0
meth ConstructorTemplate.generic 3 0 0
func register_class_type 5 0 0
meth InstanceModel.init 3 0 0
func set_attr_impl 6 0 0
meth ClassAttribute.generic_resolve 3 0 0
meth InstanceDataModel.init 3 0 0
func imp_dtor 4 0 0
func get_attr_impl 6 0 0
meth JitClassType.new 4 0 0
meth JitClassType._set_init 1 0 0
meth JitClassType.instancecheck 2 0 0
meth JitClassType.call 3 0 0
meth ClassBuilder.init 4 0 0
meth ClassBuilder.register 1 0 0
meth ClassBuilder._register_methods 3 0 0
meth ClassBuilder._implement_method 3 0 0
attr ClassBuilder.class_impl_registry 1 0 0
attr ClassBuilder.implemented_methods 1 0 0
attr ClassBuilder.class_type 1 0 0
attr ClassBuilder.typingctx 1 0 0
attr ClassBuilder.targetctx 1 0 0

numba.experimental.jitclass.decorators (3 missing, 0 any)

Symbol Typable Typed Any
func jitclass 3 0 0

numba.experimental.jitclass.overloads (39 missing, 0 any)

Symbol Typable Typed Any
func class_contains 3 0 0
func register_reflected_overload 4 0 0
func try_call_complex_method 3 0 0
func extract_template 3 0 0
func class_instance_overload 2 0 0
func try_call_method 4 0 0
func take_first 2 0 0
func class_complex 3 0 0
func class_float 2 0 0
func class_bool 2 0 0
func class_str 2 0 0
func class_int 2 0 0
func class_ne 3 0 0
func register_simple_overload 4 0 0

numba.experimental.structref (29 missing, 0 any)

Symbol Typable Typed Any
func define_boxing 3 0 0
func define_constructor 4 0 0
func define_attributes 2 0 0
func define_proxy 4 0 0
meth StructRefProxy.numba_box 3 0 0
meth StructRefProxy.new 2 0 0
prop StructRefProxy.numba_type 1 0 0
func new 3 0 0
func register 2 0 0
func structref_is 5 0 0

numba.misc.POST (1 missing, 0 any)

Symbol Typable Typed Any
func check 1 0 0

numba.misc.appdirs (50 missing, 0 any)

Symbol Typable Typed Any
attr os_name 1 0 0
attr version 1 0 0
func user_config_dir 5 0 0
func user_cache_dir 5 0 0
func site_data_dir 5 0 0
attr dirs 1 0 0
func user_data_dir 5 0 0
func site_config_dir 5 0 0
func user_log_dir 5 0 0
meth AppDirs.init 6 0 0
prop AppDirs.user_data_dir 1 0 0
prop AppDirs.site_data_dir 1 0 0
prop AppDirs.user_config_dir 1 0 0
prop AppDirs.site_config_dir 1 0 0
prop AppDirs.user_cache_dir 1 0 0
prop AppDirs.user_log_dir 1 0 0
attr AppDirs.appname 1 0 0
attr AppDirs.appauthor 1 0 0
attr AppDirs.version 1 0 0
attr AppDirs.roaming 1 0 0
attr AppDirs.multipath 1 0 0

numba.misc.cffiimpl (6 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
func from_buffer 5 0 0

numba.misc.coverage_support (5 missing, 0 any)

Symbol Typable Typed Any
func get_active_coverage 1 0 0
meth NotifyCompilerCoverage.init 2 0 0
meth NotifyCompilerCoverage.notify 2 1 0
meth NotifyCompilerCoverage.close 1 0 0

numba.misc.dump_style (2 missing, 0 any)

Symbol Typable Typed Any
attr NumbaIRLexer.tokens 1 0 0
func by_colorscheme 1 0 0

numba.misc.findlib (9 missing, 0 any)

Symbol Typable Typed Any
func find_lib 5 0 0
func get_lib_dirs 1 0 0
func find_file 3 0 0

numba.misc.firstlinefinder (9 missing, 0 any)

Symbol Typable Typed Any
meth FindDefFirstLine.init 3 0 0
meth FindDefFirstLine._visit_children 2 0 0
meth FindDefFirstLine.visit_FunctionDef 2 1 0
attr FindDefFirstLine.first_stmt_line 1 0 0
func get_func_body_first_lineno 2 0 0

numba.misc.gdb_hook (16 missing, 0 any)

Symbol Typable Typed Any
func gen_bp_impl 1 0 0
func gen_gdb_impl 3 0 0
func hook_gdb_init 2 0 0
func hook_gdb_breakpoint 1 0 0
func hook_gdb 2 0 0
func init_gdb_codegen 7 0 0

numba.misc.gdb_print_extension (20 missing, 0 any)

Symbol Typable Typed Any
meth NumbaUnicodeTypePrinter.init 2 0 0
meth NumbaUnicodeTypePrinter.to_string 1 0 0
attr NumbaUnicodeTypePrinter.val 1 0 0
meth NumbaArrayPrinter.init 2 0 0
meth NumbaArrayPrinter.to_string 1 0 0
attr NumbaArrayPrinter.val 1 0 0
meth NumbaTuplePrinter.init 2 0 0
meth NumbaTuplePrinter.to_string 1 0 0
attr NumbaTuplePrinter.val 1 0 0
meth NumbaUniTuplePrinter.init 2 0 0
meth NumbaUniTuplePrinter.to_string 1 0 0
attr NumbaUniTuplePrinter.val 1 0 0
meth NumbaComplexPrinter.init 2 0 0
meth NumbaComplexPrinter.to_string 1 0 0
attr NumbaComplexPrinter.val 1 0 0

numba.misc.help.inspector (64 missing, 0 any)

Symbol Typable Typed Any
attr commit 1 0 0
func write_listings 4 0 0
func list_modules_in_package 3 0 0
meth ReSTFormatter.escape 2 0 0
meth ReSTFormatter.title 2 0 0
meth ReSTFormatter.begin_module_section 2 0 0
meth ReSTFormatter.end_module_section 1 0 0
meth ReSTFormatter.write_supported_item 7 0 0
meth ReSTFormatter.write_unsupported_item 3 0 0
meth ReSTFormatter.write_statistic 2 0 0
func inspect_function 3 0 0
attr program_description 1 0 0
meth HTMLFormatter.escape 2 0 0
meth HTMLFormatter.title 2 0 0
meth HTMLFormatter.begin_module_section 2 0 0
meth HTMLFormatter.end_module_section 1 0 0
meth HTMLFormatter.write_supported_item 7 0 0
meth HTMLFormatter.write_unsupported_item 3 0 0
meth HTMLFormatter.write_statistic 2 0 0
func inspect_module 4 0 0
meth Formatter.init 2 0 0
meth Formatter.print 3 0 0
func filter_tests_module 2 0 0
func filter_private_module 2 0 0
func main 1 0 0

numba.misc.init_utils (2 missing, 0 any)

Symbol Typable Typed Any
func generate_version_info 2 0 0

numba.misc.inspection (3 missing, 0 any)

Symbol Typable Typed Any
func disassemble_elf_to_cfg 3 0 0

numba.misc.literal (2 missing, 0 any)

Symbol Typable Typed Any
func literal_unroll_impl 2 0 0

numba.misc.llvm_pass_timings (46 missing, 0 any)

Symbol Typable Typed Any
meth RecordLLVMPassTimings.init 2 0 0
meth RecordLLVMPassTimings.enter 1 0 0
meth RecordLLVMPassTimings.exit 4 0 0
meth RecordLLVMPassTimings.get 1 0 0
meth RecordLLVMPassTimingsLegacy.enter 1 0 0
meth RecordLLVMPassTimingsLegacy.exit 4 0 0
meth RecordLLVMPassTimingsLegacy.get 1 0 0
meth PassTimingsCollection.init 2 0 0
meth PassTimingsCollection.record_legacy 2 0 0
meth PassTimingsCollection.record 3 0 0
meth PassTimingsCollection._append 3 0 0
meth PassTimingsCollection.get_total_time 1 0 0
meth PassTimingsCollection.list_longest_first 1 0 0
meth PassTimingsCollection.summary 2 0 0
meth PassTimingsCollection.getitem 2 0 0
meth PassTimingsCollection.len 1 0 0
meth PassTimingsCollection.str 1 0 0
prop PassTimingsCollection.is_empty 1 0 0
meth ProcessedPassTimings.init 2 0 0
meth ProcessedPassTimings.bool 1 0 0
meth ProcessedPassTimings.get_raw_data 1 0 0
meth ProcessedPassTimings.get_total_time 1 0 0
meth ProcessedPassTimings.list_records 1 0 0
meth ProcessedPassTimings.list_top 2 0 0
meth ProcessedPassTimings.summary 3 0 0
meth ProcessedPassTimings._process 1 0 0
prop ProcessedPassTimings._processed 1 0 0

numba.misc.memoryutils (2 missing, 0 any)

Symbol Typable Typed Any
meth MemoryTracker.init 2 1 0
meth MemoryTracker.monitor 1 0 0

numba.misc.mergesort (7 missing, 0 any)

Symbol Typable Typed Any
func make_mergesort_impl 4 0 0
func make_jit_mergesort 3 0 0

numba.misc.numba_entry (2 missing, 0 any)

Symbol Typable Typed Any
func main 1 0 0
func make_parser 1 0 0

numba.misc.numba_gdbinfo (3 missing, 0 any)

Symbol Typable Typed Any
func collect_gdbinfo 1 0 0
func display_gdbinfo 2 0 0

numba.misc.numba_sysinfo (4 missing, 0 any)

Symbol Typable Typed Any
func get_sysinfo 1 0 0
func display_sysinfo 3 0 0

numba.misc.quicksort (12 missing, 0 any)

Symbol Typable Typed Any
func make_jit_quicksort 3 0 0
func make_py_quicksort 3 0 0
func make_quicksort_impl 6 0 0

numba.misc.special (13 missing, 0 any)

Symbol Typable Typed Any
func gdb 2 0 0
func gdb_init 2 0 0
meth prange.new 2 0 0
func pndindex 2 0 0
func literally 2 0 0
func gdb_breakpoint 1 0 0
func literal_unroll 2 0 0

numba.misc.timsort (7 missing, 0 any)

Symbol Typable Typed Any
func make_py_timsort 2 0 0
func make_jit_timsort 2 0 0
func make_timsort_impl 3 0 0

numba.np.arraymath (453 missing, 0 any)

Symbol Typable Typed Any
func np_digitize 4 0 0
func np_nancumsum 2 0 0
func check_valid 3 0 0
func array_mean 2 0 0
func array_argmax_impl_datetime 2 0 0
func np_nanvar 2 0 0
func np_asarray 3 0 0
func np_nansum 2 0 0
func np_interp_impl_inner 5 0 0
func np_nanquantile 3 0 0
func ol_np_finfo 2 0 0
func np_asfarray 3 0 0
func isneginf 3 0 0
func np_nanmax 2 0 0
attr np_delete_handler_isarray 1 0 0
func np_cov 6 0 0
func np_nanpercentile 3 0 0
func cross2d 3 0 0
func np_histogram 4 0 0
func isposinf 3 0 0
func nan_min_max_factory 3 0 0
func np_quantile 3 0 0
attr complex_nanmin 1 0 0
func nan_aware_less_than 3 0 0
func array_sum_axis 5 0 0
func valid_kths 3 0 0
func jit_np_in1d 5 0 0
func np_blackman_impl 2 0 0
attr less_than_complex 1 0 0
func array_nonzero 5 0 0
func np_tril_indices 4 0 0
attr np_delete_handler_isslice 1 0 0
attr less_than_float 1 0 0
func np_nanstd 2 0 0
attr real_nanmax 1 0 0
func array_argmin_impl_float 2 0 0
func quantile_is_valid 2 0 0
func np_median 2 0 0
func np_tri 4 0 0
func array_sum_dtype 5 0 0
func np_cross 3 0 0
func max_comparator 3 0 0
func np_roll 3 0 0
func np_interp_impl_complex_inner 5 0 0
func np_cov_impl_inner 4 0 0
func ov_np_angle 3 0 0
func np_trim_zeros 3 0 0
func np_partition_impl_inner 3 0 0
func binary_search_with_guess 5 0 0
func cross2d_impl 3 0 0
func np_allclose 6 0 0
func np_bartlett_impl 2 0 0
func jit_np_intersect1d 4 0 0
func array_argmax_impl_generic 2 0 0
func np_isscalar 2 0 0
func np_vander 4 0 0
func npy_min 2 0 0
func less_than 3 0 0
func determine_dtype 2 0 0
func np_delete 3 0 0
func npy_max 2 0 0
func jit_np_setdiff1d 4 0 0
func ov_np_where_x_y 4 0 0
func np_triu_indices 4 0 0
func get_isnan 2 0 0
func array_cumsum 2 0 0
func array_prod 2 0 0
func np_nancumprod 2 0 0
func array_argmin_impl_generic 2 0 0
func check_dimensions 3 0 0
func np_hanning_impl 2 0 0
func np_isreal 2 0 0
func np_all 2 0 0
func np_asarray_chkfinite 3 0 0
func np_diff_impl 3 0 0
attr real_nanmin 1 0 0
func np_tril_impl_2d 3 0 0
func array_argmin_impl_datetime 2 0 0
func ol_np_iinfo 2 0 0
func row_wise_average 2 0 0
func impl_np_round 4 0 0
func np_count_nonzero 3 0 0
func np_array_equal 3 0 0
func check_array 2 0 0
func return_false 2 0 0
func np_interp 4 0 0
func np_argpartition_impl_inner 3 0 0
func prepare_ptp_input 2 0 0
func np_contains 3 0 0
func np_nanprod 2 0 0
func jit_np_isin 5 0 0
func np_argwhere 2 0 0
func array_sum_axis_dtype 5 0 0
func np_extract 3 0 0
func np_nanmedian 2 0 0
func validate_1d_array_like 3 0 0
func np_any 2 0 0
func is_np_inf_impl 4 0 0
func isclose 6 0 0
func percentile_is_valid 2 0 0
func np_iscomplex 2 0 0
func array_var 2 0 0
func window_generator 2 0 0
func np_imag 2 0 0
func np_flatnonzero 2 0 0
func np_partition 3 0 0
func build_argmax_or_argmin_with_axis_impl 4 0 0
func np_convolve 4 0 0
attr complex_nanmax 1 0 0
func np_corrcoef 4 0 0
func numpy_unwrap 5 0 0
func np_nanmin 2 0 0
func np_trapz 4 0 0
func np_tril_indices_from 3 0 0
func impl_np_sinc 2 0 0
func scalar_result_expected 3 0 0
func searchsorted 4 0 0
func min_comparator 3 0 0
func my_tril 3 0 0
func array_std 2 0 0
func np_real 2 0 0
func array_argmax_impl_float 2 0 0
func make_searchsorted_implementation 3 0 0
func isrealobj 2 0 0
func np_union1d 3 0 0
func np_bincount 4 0 0
func np_argpartition 3 0 0
func jit_np_setxor1d 4 0 0
func np_percentile 3 0 0
func round_ndigits 3 0 0
func generate_xinfo_body 5 0 0
func np_hamming_impl 2 0 0
func np_ediff1d 4 0 0
func array_argmax 3 0 0
func np_average 4 0 0
func array_cumprod 2 0 0
func array_sum 5 0 0
func get_d_impl 3 0 0
func np_select 4 0 0
func greater_than 3 0 0
func array_argmin 3 0 0
func np_trapezoid 4 0 0
attr VALID_SEARCHSORTED_SIDES 1 0 0
func np_triu_impl_2d 3 0 0
func np_nanmean 2 0 0
func my_triu 3 0 0
func ov_np_where 2 0 0
func np_kaiser 3 0 0
func get_accumulator 3 0 0
func np_triu_indices_from 3 0 0
func np_ptp 2 0 0
func np_fill_diagonal 4 0 0
func gen_sum_axis_impl 5 0 0
func less_than_or_equal_complex 3 0 0
func iscomplexobj 2 0 0

numba.np.arrayobj (1011 missing, 0 any)

Symbol Typable Typed Any
func np_unique 2 0 0
func array_complex_attr 6 0 0
func array_real_part 5 0 0
func array_conj 2 0 0
func iternext_numpy_nditer 6 0 0
func normalize_axis_tuple_overloads 5 0 0
func impl_column_stack 2 0 0
func ol_np_empty 3 0 0
func np_stack_common 4 0 0
func set_range_metadata 5 0 0
func array_copy 5 0 0
func sliding_window_view 4 0 0
func array_record_getitem 5 0 0
func array_itemsize 5 0 0
func array_record_getattr 6 0 0
func ol_array_zero_fill 2 0 0
func array_reshape 5 0 0
func populate_array 8 0 0
func numpy_empty_like_nd 5 0 0
func iternext_array 6 0 0
func normalize_index 5 0 0
func array_shape 5 0 0
func assign_sequence_to_array 9 0 0
func iternext_numpy_ndindex 6 0 0
func make_view 9 0 0
func array_to_array 6 0 0
func impl_np_full 4 0 0
func iternext_numpy_getitem 5 0 0
func array_ctypes 5 0 0
func check_sequence_shape 6 0 0
func arr_fill 3 0 0
func get_itemsize 3 0 0
func numpy_broadcast_arrays 2 0 0
func array_asfortranarray 2 0 0
func update_array_info 3 0 0
func as_strided 4 0 0
func normalize_indices 5 0 0
func numpy_take 4 0 0
func impl_np_array 3 0 0
func numpy_diagflat 3 0 0
func NdStack_typer 5 0 0
func impl_shape_unchecked 5 0 0
func array_argsort 5 0 0
func lt_implementation 2 0 0
func np_shape 2 0 0
func numpy_broadcast_to 3 0 0
func default_lt 3 0 0
func ol_compatible_view 3 0 0
func np_append 4 0 0
func get_array_memory_extents 8 0 0
func impl_np_concatenate 3 0 0
func array_item 5 0 0
func array_view 5 0 0
func np_atleast_2d 2 0 0
func dtype_eq_impl 5 0 0
func constant_record 5 0 0
func numpy_vsplit 3 0 0
func array_flatten 5 0 0
func np_flip_lr 2 0 0
func vararg_to_tuple 5 0 0
func make_array_nditer 5 0 0
func array_transpose 5 0 0
func numpy_dsplit 3 0 0
func numpy_broadcast_shapes_list 4 0 0
meth Indexer.prepare 1 0 0
meth Indexer.get_size 1 0 0
meth Indexer.get_shape 1 0 0
meth Indexer.get_index_bounds 1 0 0
meth Indexer.loop_head 1 0 0
meth Indexer.loop_tail 1 0 0
func make_array_ndindex_tuple 5 0 0
func array_to_unichrseq 6 0 0
func record_getattr 6 0 0
func impl_array_tobytes 2 0 0
func offset_bounds_from_strides 7 0 0
func record_setattr 6 0 0
func fancy_getitem_array 5 0 0
func impl_farray 4 0 0
func array_flags_f_contiguous 5 0 0
func array_strides 5 0 0
func dtype_type 5 0 0
func arr_take_along_axis 4 0 0
func ol_np_ones 3 0 0
func impl_numpy_copy 2 0 0
func numpy_geomspace 4 0 0
func array_len 5 0 0
func record_static_getitem_int 5 0 0
func get_sort_func 4 0 0
func make_array_flat_cls 2 0 0
func nan_to_num_impl 6 0 0
func ol_raise_with_shape_context_cpu 3 0 0
func array_imag_part 5 0 0
func intrin_alloc 4 0 0
func array_T 5 0 0
func array_ndim 5 0 0
func make_nditer_cls 2 0 0
func make_array 2 0 0
func constant_bytes 5 0 0
func iternext_numpy_flatiter 6 0 0
func compute_sequence_shape 6 0 0
func setitem_array 5 0 0
func numpy_swapaxes 4 0 0
func normalize_axis 5 0 0
func array_ctypes_to_pointer 6 0 0
func np_array_split 4 0 0
func np_flip_ud 2 0 0
func expand_dims 6 0 0
func type_reshape_unchecked 2 0 0
func impl_np_hstack 2 0 0
func ol_np_ones_like 3 0 0
func make_ndindex_cls 2 0 0
func record_static_getitem_str 5 0 0
func iternext_numpy_nditer2 6 0 0
func ol_numpy_broadcast_shapes 2 0 0
func array_ctypes_data 5 0 0
meth IntegerIndexer.init 4 0 0
meth IntegerIndexer.prepare 1 0 0
meth IntegerIndexer.get_size 1 0 0
meth IntegerIndexer.get_shape 1 0 0
meth IntegerIndexer.get_index_bounds 1 0 0
meth IntegerIndexer.loop_head 1 0 0
meth IntegerIndexer.loop_tail 1 0 0
attr IntegerIndexer.context 1 0 0
attr IntegerIndexer.builder 1 0 0
attr IntegerIndexer.idx 1 0 0
attr IntegerIndexer.ll_intp 1 0 0
func np_size 2 0 0
func record_static_setitem_str 5 0 0
func get_cfarray_intrinsic 3 0 0
func compute_memory_extents 6 0 0
func numpy_linspace 4 0 0
func array_transpose_tuple 5 0 0
func np_repeat_impl_repeats_scaler 3 0 0
func mark_positive 3 0 0
func np_split 4 0 0
func static_getitem_number_clazz 5 0 0
func array_ascontiguousarray 2 0 0
func array_dtype 5 0 0
func array_itemset 5 0 0
func normalize_reshape_value 3 0 0
func getitem_array_tuple 5 0 0
func np_concatenate 4 0 0
func raise_with_shape_context 3 0 0
func numpy_logspace 4 0 0
func ol_bool 2 0 0
func normalize_axis_overloads 5 0 0
func ol_raise_with_shape_context_generic 3 0 0
func get_readonly_array 3 0 0
func record_static_setitem_int 5 0 0
func basic_indexing 8 0 0
func np_concatenate_typer 4 0 0
func extents_may_overlap 7 0 0
func np_array_typer 4 0 0
func numpy_transpose 3 0 0
func array_sort 5 0 0
func impl_np_frombuffer 5 0 0
func impl_np_sort 2 0 0
func np_frombuffer 7 0 0
func fancy_getitem 9 0 0
func array_f_contiguous 5 0 0
func impl_np_dstack 2 0 0
func np_atleast_1d 2 0 0
func impl_np_vstack 2 0 0
func getitem_arraynd_intp 5 0 0
func array_readonly 5 0 0
meth IntegerArrayIndexer.init 6 0 0
meth IntegerArrayIndexer.prepare 1 0 0
meth IntegerArrayIndexer.get_size 1 0 0
meth IntegerArrayIndexer.get_shape 1 0 0
meth IntegerArrayIndexer.get_index_bounds 1 0 0
meth IntegerArrayIndexer.loop_head 1 0 0
meth IntegerArrayIndexer.loop_tail 1 0 0
attr IntegerArrayIndexer.context 1 0 0
attr IntegerArrayIndexer.builder 1 0 0
attr IntegerArrayIndexer.idxty 1 0 0
attr IntegerArrayIndexer.idxary 1 0 0
attr IntegerArrayIndexer.size 1 0 0
attr IntegerArrayIndexer.ll_intp 1 0 0
func array_flags 5 0 0
func np_repeat 3 0 0
func impl_np_identity 3 0 0
func make_array_ndenumerate 5 0 0
func constant_array 5 0 0
func array_flags_c_contiguous 5 0 0
func reshape_unchecked 4 0 0
func normalize_axis_tuple 5 0 0
func numpy_empty_nd 5 0 0
func ol_array_hash 2 0 0
func array_dot 3 0 0
func impl_np_diag 3 0 0
func np_column_stack 3 0 0
func ol_np_empty_like 3 0 0
func array_ravel 5 0 0
func store_item 6 0 0
func impl_np_expand_dims 3 0 0
meth FancyIndexer.init 7 0 0
meth FancyIndexer.prepare 1 0 0
meth FancyIndexer.get_shape 1 0 0
meth FancyIndexer.get_offset_bounds 3 0 0
meth FancyIndexer.begin_loops 1 0 0
meth FancyIndexer.end_loops 1 0 0
attr FancyIndexer.context 1 0 0
attr FancyIndexer.builder 1 0 0
attr FancyIndexer.aryty 1 0 0
attr FancyIndexer.shapes 1 0 0
attr FancyIndexer.strides 1 0 0
attr FancyIndexer.ll_intp 1 0 0
attr FancyIndexer.newaxes 1 0 0
attr FancyIndexer.indexers 1 0 0
func numpy_hsplit 3 0 0
func np_arange 5 0 0
func numpy_indices 2 0 0
func make_array_ndenumerate_cls 2 0 0
func make_array_flatiter 5 0 0
func fancy_setslice 7 0 0
func array_contiguous 5 0 0
func array_repeat 3 0 0
func array_c_contiguous 5 0 0
func iternext_numpy_getitem_any 5 0 0
func array_astype 5 0 0
func impl_np_full_like 4 0 0
func fix_integer_index 6 0 0
meth EntireIndexer.init 6 0 0
meth EntireIndexer.prepare 1 0 0
meth EntireIndexer.get_size 1 0 0
meth EntireIndexer.get_shape 1 0 0
meth EntireIndexer.get_index_bounds 1 0 0
meth EntireIndexer.loop_head 1 0 0
meth EntireIndexer.loop_tail 1 0 0
attr EntireIndexer.context 1 0 0
attr EntireIndexer.builder 1 0 0
attr EntireIndexer.aryty 1 0 0
attr EntireIndexer.ary 1 0 0
attr EntireIndexer.dim 1 0 0
attr EntireIndexer.ll_intp 1 0 0
func load_item 5 0 0
func np_array 4 0 0
func array_nbytes 5 0 0
func numpy_eye 5 0 0
func getiter_array 5 0 0
func np_ravel 5 0 0
func np_expand_dims 4 0 0
func array_transpose_vararg 5 0 0
func make_array_ndindex 5 0 0
func iternext_numpy_getitem_flat 5 0 0
func np_reshape 4 0 0
func impl_carray 4 0 0
func ol_np_zeros 3 0 0
func numpy_rot90 3 0 0
func ol_np_zeros_like 3 0 0
func maybe_copy_source 9 0 0
func np_cfarray 5 0 0
func array0d_to_scalar 6 0 0
func np_clip 5 0 0
func impl_np_stack 3 0 0
func numpy_resize 3 0 0
func array_clip 5 0 0
func numpy_moveaxis 4 0 0
func np_flip 2 0 0
func np_atleast_3d 2 0 0
func array_is 5 0 0
func array_reshape_vararg 5 0 0
meth BooleanArrayIndexer.init 5 0 0
meth BooleanArrayIndexer.prepare 1 0 0
meth BooleanArrayIndexer.get_size 1 0 0
meth BooleanArrayIndexer.get_shape 1 0 0
meth BooleanArrayIndexer.get_index_bounds 1 0 0
meth BooleanArrayIndexer.loop_head 1 0 0
meth BooleanArrayIndexer.loop_tail 1 0 0
attr BooleanArrayIndexer.context 1 0 0
attr BooleanArrayIndexer.builder 1 0 0
attr BooleanArrayIndexer.idxty 1 0 0
attr BooleanArrayIndexer.idxary 1 0 0
attr BooleanArrayIndexer.ll_intp 1 0 0
attr BooleanArrayIndexer.zero 1 0 0
func array_size 5 0 0
func generate_getitem_setitem_with_axis 3 0 0
func permute_arrays 4 0 0
meth SliceIndexer.init 8 0 0
meth SliceIndexer.prepare 1 0 0
meth SliceIndexer.get_size 1 0 0
meth SliceIndexer.get_shape 1 0 0
meth SliceIndexer.get_index_bounds 1 0 0
meth SliceIndexer.loop_head 1 0 0
meth SliceIndexer.loop_tail 1 0 0
attr SliceIndexer.context 1 0 0
attr SliceIndexer.builder 1 0 0
attr SliceIndexer.aryty 1 0 0
attr SliceIndexer.ary 1 0 0
attr SliceIndexer.dim 1 0 0
attr SliceIndexer.idxty 1 0 0
attr SliceIndexer.slice 1 0 0
attr SliceIndexer.ll_intp 1 0 0
attr SliceIndexer.zero 1 0 0

numba.np.linalg (182 missing, 0 any)

Symbol Typable Typed Any
func dot_2 3 0 0
func dot_3_vm 5 0 0
func dot_3_mv_check_args 4 0 0
func matrix_power_impl 3 0 0
func dot_2_impl 4 0 0
func eig_impl 2 0 0
func dot_2_mm 5 0 0
attr ll_intp_p 1 0 0
func norm_impl 3 0 0
func matmul_2 3 0 0
func eigh_impl 2 0 0
func ensure_lapack 1 0 0
func svd_impl 3 0 0
func make_constant_slot 5 0 0
func call_xxdot 9 0 0
func call_xxgemv 9 0 0
func ol_copy_to_fortran_order 2 0 0
func dot_2_vv 6 0 0
func kron_impl 3 0 0
attr ll_char_p 1 0 0
func dot_3_vm_check_args 4 0 0
func make_contiguous 5 0 0
func eigvals_impl 2 0 0
func outer_impl_arr 4 0 0
func outer_impl_none 4 0 0
func cho_impl 2 0 0
attr ll_char 1 0 0
func ensure_blas 1 0 0
attr fatal_error_func 1 0 0
func pinv_impl 3 0 0
func qr_impl 2 0 0
func dot_3 4 0 0
func cond_impl 3 0 0
func det_impl 2 0 0
func dot_3_mm 5 0 0
func solve_impl 3 0 0
func eigvalsh_impl 2 0 0
func get_blas_kind 3 0 0
attr ll_intc_p 1 0 0
attr ll_intc 1 0 0
func outer_impl 4 0 0
func matrix_trace_impl 3 0 0
func vdot 3 0 0
func call_xxgemm 12 0 0
func inv_impl 2 0 0
func check_c_int 4 0 0
func matrix_rank_impl 3 0 0
func check_blas_return 4 0 0
func dot_2_mv 5 0 0
func slogdet_impl 2 0 0
func lstsq_impl 4 0 0
func check_lapack_return 4 0 0
func dot_2_vm 5 0 0

numba.np.math.cmathimpl (105 missing, 0 any)

Symbol Typable Typed Any
func impl_cmath_sinh 2 0 0
func impl_cmath_tanh 2 0 0
attr NAN 1 0 0
func polar_impl 2 0 0
func impl_cmath_cosh 2 0 0
func cos_impl 5 0 0
func asinh_impl 5 0 0
func impl_cmath_acosh 2 0 0
func intrinsic_complex_unary 2 0 0
func isnan_float_impl 5 0 0
func isfinite_float_impl 5 0 0
func impl_cmath_log10 2 0 0
func is_finite 3 0 0
func is_inf 3 0 0
func acos_impl 5 0 0
func log_impl 5 0 0
func log_base_impl 5 0 0
func phase_impl 2 0 0
func sin_impl 5 0 0
func atan_impl 5 0 0
func exp_impl 5 0 0
func isinf_float_impl 5 0 0
attr INF 1 0 0
func tan_impl 5 0 0
func impl_cmath_rect 3 0 0
func sqrt_impl 5 0 0
func asin_impl 5 0 0
func is_nan 3 0 0
func atanh_impl 5 0 0

numba.np.math.mathimpl (161 missing, 0 any)

Symbol Typable Typed Any
func frexp_impl 5 0 0
attr log1p_impl 1 0 0
func negate_real 3 0 0
func hypot_u64_impl 5 0 0
func isfinite_int_impl 5 0 0
func unary_math_int_impl 3 0 0
attr cosh_impl 1 0 0
attr ceil_impl 1 0 0
attr cos_impl 1 0 0
attr log2_impl 1 0 0
func hypot_s64_impl 5 0 0
attr gamma_impl 1 0 0
func hypot_float_impl 5 0 0
attr asinh_impl 1 0 0
func atan2_float_impl 5 0 0
func pow_impl 5 0 0
attr asin_impl 1 0 0
func f64_as_int64 3 0 0
func call_fp_intrinsic 4 0 0
func isinf_int_impl 5 0 0
attr erf_impl 1 0 0
func ldexp_impl 5 0 0
func atan2_u64_impl 5 0 0
attr acosh_impl 1 0 0
attr floor_impl 1 0 0
attr exp2_impl 1 0 0
func isnan_float_impl 5 0 0
func isfinite_float_impl 5 0 0
func f32_as_int32 3 0 0
func unary_math_extern 5 0 0
func is_finite 3 0 0
attr tanh_impl 1 0 0
func atan2_s64_impl 5 0 0
func is_inf 3 0 0
func int32_as_f32 3 0 0
attr acos_impl 1 0 0
attr erfc_impl 1 0 0
attr lgamma_impl 1 0 0
attr log_impl 1 0 0
func int64_as_f64 3 0 0
func copysign_float_impl 5 0 0
func isnan_int_impl 5 0 0
attr atan_impl 1 0 0
attr exp_impl 1 0 0
func radians_float_impl 5 0 0
func degrees_float_impl 5 0 0
attr sin_impl 1 0 0
func isinf_float_impl 5 0 0
attr tan_impl 1 0 0
func gcd_impl 5 0 0
attr expm1_impl 1 0 0
func unary_math_intr 3 0 0
attr sqrt_impl 1 0 0
attr atanh_impl 1 0 0
attr log10_impl 1 0 0
func is_nan 3 0 0
attr trunc_impl 1 0 0
attr sinh_impl 1 0 0

numba.np.math.numbers (474 missing, 0 any)

Symbol Typable Typed Any
func real_imag_impl 5 0 0
func constant_integer 5 0 0
func complex_ne_impl 5 0 0
func int_unsigned_signed_cmp 2 0 0
func int_signed_unsigned_cmp 2 0 0
func float_to_float 6 0 0
func int_rem_impl 5 0 0
func uint_abs_impl 5 0 0
func int_ugt_impl 5 0 0
func int_divmod_impl 5 0 0
func real_abs_impl 5 0 0
func int_divmod 6 0 0
func real_power_impl 5 0 0
func complex_div_impl 5 0 0
func integer_to_integer 6 0 0
func int_floordiv_impl 5 0 0
func int_xor_impl 5 0 0
func complex_to_complex 6 0 0
func float_to_integer 6 0 0
func complex_add_impl 5 0 0
func real_negate_impl 5 0 0
func float_as_bool 5 0 0
func complex_real_impl 5 0 0
func complex_conjugate_impl 5 0 0
func integer_to_voidptr 6 0 0
func int_or_impl 5 0 0
func real_positive_impl 5 0 0
func bool_unary_positive_impl 5 0 0
func int_ne_impl 5 0 0
func real_floordiv_impl 6 0 0
func real_sign_impl 5 0 0
func complex_eq_impl 5 0 0
func int_shr_impl 5 0 0
func real_mul_impl 5 0 0
func complex_as_bool 5 0 0
func int_sgt_impl 5 0 0
func int_sle_impl 5 0 0
func complex_sub_impl 5 0 0
func int_add_impl 5 0 0
func int_shl_impl 5 0 0
func real_lt_impl 5 0 0
func real_sub_impl 5 0 0
func static_power_impl 5 0 0
func boolean_to_any 6 0 0
func int_as_bool 5 0 0
func int_sign_impl 5 0 0
func int_ule_impl 5 0 0
func int_negate_impl 5 0 0
func literal_int_to_boolean 6 0 0
func real_le_impl 5 0 0
func int_uge_impl 5 0 0
func real_add_impl 5 0 0
func real_eq_impl 5 0 0
func integer_to_float 6 0 0
func scalar_view 3 0 0
func int_positive_impl 5 0 0
func int_power_impl 5 0 0
func real_ge_impl 5 0 0
func bool_as_bool 5 0 0
func real_divmod 5 0 0
func bool_negate_impl 5 0 0
func non_complex_to_complex 6 0 0
func constant_complex 5 0 0
func complex_power_impl 5 0 0
func literal_int_to_number 6 0 0
func int_and_impl 5 0 0
func int_truediv_impl 5 0 0
func int_sub_impl 5 0 0
func real_div_impl 5 0 0
func number_item_impl 5 0 0
func real_divmod_impl 6 0 0
func real_real_impl 5 0 0
func real_divmod_func_body 5 0 0
attr NAN 1 0 0
func int_eq_impl 5 0 0
func complex_abs_impl 5 0 0
func complex_mul_impl 5 0 0
func real_conjugate_impl 5 0 0
func number_not_impl 5 0 0
func complex_imag_impl 5 0 0
func real_mod_impl 6 0 0
func int_ult_impl 5 0 0
func identity_impl 5 0 0
func complex_negate_impl 5 0 0
func int_divmod_signed 6 0 0
func int_mul_impl 5 0 0
func complex_positive_impl 5 0 0
func int_abs_impl 5 0 0
func real_gt_impl 5 0 0
func int_sge_impl 5 0 0
func int_slt_impl 5 0 0
func real_ne_impl 5 0 0
func int_invert_impl 5 0 0
func any_to_boolean 6 0 0

numba.np.npdatetime (167 missing, 0 any)

Symbol Typable Typed Any
func normalize_timedeltas 7 0 0
func timedelta_pos_impl 5 0 0
func year_to_days 3 0 0
attr TIMEDELTA64 1 0 0
attr leap_year_months_acc 1 0 0
func number_times_timedelta 5 0 0
attr NAT 1 0 0
func alloc_timedelta_result 3 0 0
func timedelta_floor_div_timedelta 5 0 0
attr timedelta_eq_timedelta_impl 1 0 0
func is_leap_year 3 0 0
func are_not_nat 3 0 0
func timedelta_add_impl 5 0 0
attr datetime_gt_datetime_impl 1 0 0
func datetime_plus_timedelta 5 0 0
attr datetime_minimum_impl 1 0 0
func timedelta_times_number 5 0 0
attr timedelta_gt_timedelta_impl 1 0 0
func timedelta_over_number 5 0 0
attr timedelta_lt_timedelta_impl 1 0 0
func alloc_boolean_result 3 0 0
func timedelta_neg_impl 5 0 0
func timedelta_abs_impl 5 0 0
attr timedelta_le_timedelta_impl 1 0 0
attr timedelta_fmax_impl 1 0 0
attr timedelta_fmin_impl 1 0 0
func unscale_by_constant 4 0 0
attr datetime_fmin_impl 1 0 0
attr normal_year_months_acc 1 0 0
attr datetime_lt_datetime_impl 1 0 0
attr timedelta_maximum_impl 1 0 0
func scale_by_constant 4 0 0
func timedelta_mod_timedelta 5 0 0
func datetime_minus_timedelta 5 0 0
func convert_datetime_for_arith 5 0 0
attr datetime_le_datetime_impl 1 0 0
func ol_hash_npdatetime 2 0 0
func is_not_nat 3 0 0
attr leap_year_months 1 0 0
attr timedelta_minimum_impl 1 0 0
func add_constant 4 0 0
attr datetime_maximum_impl 1 0 0
attr timedelta_ge_timedelta_impl 1 0 0
func timedelta_sign_impl 5 0 0
attr timedelta_ne_timedelta_impl 1 0 0
attr datetime_eq_datetime_impl 1 0 0
attr normal_year_months 1 0 0
func scale_timedelta 6 0 0
func datetime_constant 5 0 0
attr datetime_fmax_impl 1 0 0
attr datetime_ge_datetime_impl 1 0 0
func timedelta_over_timedelta 5 0 0
func timedelta_plus_datetime 5 0 0
func timedelta_sub_impl 5 0 0
func datetime_minus_datetime 5 0 0
attr DATETIME64 1 0 0
attr datetime_ne_datetime_impl 1 0 0
func reduce_datetime_for_unit 5 0 0

numba.np.npdatetime_helpers (25 missing, 0 any)

Symbol Typable Typed Any
attr NAT 1 0 0
func get_best_unit 3 0 0
func same_kind 3 0 0
func get_datetime_timedelta_conversion 3 0 0
func combine_datetime_timedelta_units 3 0 0
func get_timedelta_conversion_factor 3 0 0
func datetime_minimum 3 0 0
func datetime_maximum 3 0 0
func can_cast_timedelta_units 3 0 0

numba.np.npyfuncs (569 missing, 0 any)

Symbol Typable Typed Any
func np_real_fmod_impl 5 0 0
func np_real_atan_impl 5 0 0
func np_complex_log2_impl 5 0 0
func np_int_udivrem_impl 5 0 0
func np_real_log10_impl 5 0 0
func np_complex_rint_impl 5 0 0
func np_real_fmax_impl 5 0 0
func np_real_ldexp_impl 5 0 0
func np_real_logaddexp_impl 5 0 0
func np_complex_lt_impl 5 0 0
func np_complex_exp_impl 5 0 0
func np_complex_acosh_impl 5 0 0
func np_int_isnan_impl 5 0 0
func np_real_asinh_impl 5 0 0
func np_real_cosh_impl 5 0 0
func np_real_mod_impl 5 0 0
func np_complex_power_impl 5 0 0
func np_gcd_impl 5 0 0
func np_real_cos_impl 5 0 0
func np_real_log1p_impl 5 0 0
func np_complex_fmin_impl 5 0 0
func np_int_umax_impl 5 0 0
func np_complex_logical_or_impl 5 0 0
func np_complex_isinf_impl 5 0 0
func np_complex_exp2_impl 5 0 0
func np_real_atanh_impl 5 0 0
func np_real_copysign_impl 5 0 0
func np_int_udiv_impl 5 0 0
func np_logical_not_impl 5 0 0
func np_complex_maximum_impl 5 0 0
func np_int_sdivrem_impl 5 0 0
func np_int_smin_impl 5 0 0
func np_real_tan_impl 5 0 0
func ol_npy_log2_1p 2 0 0
func np_complex_le_impl 5 0 0
func np_int_reciprocal_impl 5 0 0
func np_complex_logical_and_impl 5 0 0
func np_real_acosh_impl 5 0 0
func np_real_log_impl 5 0 0
func np_real_rint_impl 5 0 0
func np_real_fabs_impl 5 0 0
func np_complex_ne_impl 5 0 0
func real_float_power_impl 5 0 0
func np_complex_log_impl 5 0 0
func np_int_truediv_impl 5 0 0
func np_real_isinf_impl 5 0 0
func np_complex_square_impl 5 0 0
func np_real_log2_impl 5 0 0
func np_complex_float_power_impl 5 0 0
func np_complex_fmax_impl 5 0 0
func np_datetime_isfinite_impl 5 0 0
func np_complex_sin_impl 5 0 0
func np_int_isinf_impl 5 0 0
func np_real_spacing_impl 5 0 0
func np_logical_or_impl 5 0 0
func np_int_smax_impl 5 0 0
func np_real_minimum_impl 5 0 0
func np_real_maximum_impl 5 0 0
func np_real_signbit_impl 5 0 0
func np_int_square_impl 5 0 0
func np_complex_gt_impl 5 0 0
func np_real_sin_impl 5 0 0
func np_real_cbrt_impl 5 0 0
func np_complex_floor_div_impl 5 0 0
func np_complex_log10_impl 5 0 0
func npy_log2_1p 2 0 0
func np_real_tanh_impl 5 0 0
func np_int_sdiv_impl 5 0 0
func np_logical_and_impl 5 0 0
func np_complex_eq_impl 5 0 0
func np_real_exp_impl 5 0 0
func np_datetime_isnat_impl 5 0 0
func np_real_hypot_impl 5 0 0
func np_real_reciprocal_impl 5 0 0
func np_int_umin_impl 5 0 0
func np_real_nextafter_impl 5 0 0
func np_complex_log1p_impl 5 0 0
func np_int_isfinite_impl 5 0 0
func np_real_div_impl 5 0 0
func np_complex_cos_impl 5 0 0
func np_complex_isfinite_impl 5 0 0
func np_real_isnan_impl 5 0 0
func np_real_sqrt_impl 5 0 0
func np_complex_sign_impl 5 0 0
func np_real_asin_impl 5 0 0
func np_real_expm1_impl 5 0 0
func np_logical_xor_impl 5 0 0
func np_real_atan2_impl 5 0 0
func np_real_square_impl 5 0 0
func np_real_floor_div_impl 5 0 0
func np_complex_tanh_impl 5 0 0
func np_real_sinh_impl 5 0 0
func np_int_srem_impl 5 0 0
func np_complex_isnan_impl 5 0 0
func np_complex_logical_not_impl 5 0 0
func np_complex_logical_xor_impl 5 0 0
func np_complex_sinh_impl 5 0 0
func np_real_trunc_impl 5 0 0
func np_real_acos_impl 5 0 0
func np_real_fmin_impl 5 0 0
func np_real_logaddexp2_impl 5 0 0
func np_real_divmod_impl 5 0 0
func np_complex_div_impl 5 0 0
func np_complex_sqrt_impl 5 0 0
func np_complex_expm1_impl 5 0 0
func np_real_exp2_impl 5 0 0
func np_real_floor_impl 5 0 0
func np_lcm_impl 5 0 0
func np_complex_cosh_impl 5 0 0
func np_real_isfinite_impl 5 0 0
func np_complex_reciprocal_impl 5 0 0
func np_int_urem_impl 5 0 0
func np_real_ceil_impl 5 0 0
func np_complex_minimum_impl 5 0 0
func np_complex_ge_impl 5 0 0

numba.np.npyimpl (41 missing, 0 any)

Symbol Typable Typed Any
func register_ufuncs 3 0 0
attr registry 1 0 0
func numpy_dtype 2 0 0
func array_positive_impl 5 0 0
func numpy_ufunc_kernel 7 0 0
func register_ufunc_kernel 4 0 0
func register_binary_operator_kernel 6 0 0
func numpy_gufunc_kernel 7 0 0
func register_unary_operator_kernel 6 0 0

numba.np.numpy_support (66 missing, 0 any)

Symbol Typable Typed Any
func lt_complex 3 0 0
attr re_typestr 1 0 0
func map_arrayscalar_type 2 0 0
func supported_ufunc_loop 3 0 0
func check_is_integer 3 0 0
attr numpy_version 1 0 0
prop UFuncLoopSpec.numpy_inputs 1 0 0
prop UFuncLoopSpec.numpy_outputs 1 0 0
func farray 4 0 0
func from_struct_dtype 2 0 0
func type_can_asarray 2 0 0
func from_dtype 2 0 0
func ufunc_find_matching_loop 3 0 0
func lt_floats 3 0 0
func type_is_scalar 2 0 0
func as_dtype 2 0 0
func is_fortran 4 0 0
attr FROM_DTYPE 1 0 0
func resolve_output_type 4 0 0
func map_layout 2 0 0
func as_struct_dtype 2 0 0
func select_array_wrapper 2 0 0
func is_array 2 0 0
func ufunc_can_cast 5 0 0
func carray 4 0 0
func is_contiguous 4 0 0
attr re_datetimestr 1 0 0

numba.np.polynomial.polynomial_core (23 missing, 0 any)

Symbol Typable Typed Any
meth PolynomialModel.init 3 0 0
func impl_polynomial3 5 0 0
func box_polynomial 4 0 0
func unbox_polynomial 4 0 0
func type_polynomial 2 0 0
func impl_polynomial1 5 0 0

numba.np.polynomial.polynomial_functions (26 missing, 0 any)

Symbol Typable Typed Any
func polyutils_as_series 3 0 0
func roots_impl 2 0 0
func poly_polyval 4 0 0
func numpy_polysub 3 0 0
func numpy_polydiv 3 0 0
func numpy_polymul 3 0 0
func poly_polyint 3 0 0
func polyutils_trimseq 2 0 0
func numpy_polyadd 3 0 0

numba.np.random.distributions (147 missing, 0 any)

Symbol Typable Typed Any
func random_normal_f 4 0 0
func random_gamma 4 0 0
func random_standard_gamma 3 0 0
func random_beta 4 0 0
func random_standard_gamma_f 3 0 0
func random_standard_exponential_inv_f 2 0 0
func random_rayleigh 3 0 0
func random_loggam 2 0 0
func random_poisson_mult 3 0 0
func random_triangular 5 0 0
func random_negative_binomial 4 0 0
func random_standard_exponential 2 0 0
func random_chisquare 3 0 0
func random_exponential 3 0 0
func random_standard_exponential_inv 2 0 0
func random_uniform 4 0 0
func random_laplace 4 0 0
func random_geometric_search 3 0 0
func random_standard_exponential_f 2 0 0
func random_f 4 0 0
func random_binomial_inversion 4 0 0
func random_gamma_f 4 0 0
func random_pareto 3 0 0
func random_binomial 4 0 0
func random_lognormal 4 0 0
func random_standard_cauchy 2 0 0
func random_power 3 0 0
func random_geometric 3 0 0
func random_noncentral_f 5 0 0
func random_poisson_ptrs 3 0 0
func random_noncentral_chisquare 4 0 0
func random_zipf 3 0 0
func random_logistic 4 0 0
func random_standard_normal_f 2 0 0
func np_log1pf 2 0 0
func random_binomial_btpe 4 0 0
func random_weibull 3 0 0
func random_logseries 3 0 0
func random_standard_t 3 0 0
func np_log1p 2 0 0
func random_poisson 3 0 0
func random_geometric_inversion 3 0 0
func random_standard_normal 2 0 0
func random_wald 4 0 0
func np_expm1 2 0 0
func random_normal 4 0 0

numba.np.random.generator_core (14 missing, 0 any)

Symbol Typable Typed Any
meth NumPyRandomGeneratorTypeModel.init 3 0 0
func next_uint64 2 0 0
func next_double 2 0 0
func next_float 2 0 0
meth NumPyRngBitGeneratorModel.init 3 0 0
func next_uint32 2 0 0

numba.np.random.generator_methods (158 missing, 0 any)

Symbol Typable Typed Any
func NumPyRandomGeneratorType_shuffle 4 0 0
func NumPyRandomGeneratorType_weibull 4 0 0
func NumPyRandomGeneratorType_logseries 4 0 0
func NumPyRandomGeneratorType_gamma 5 0 0
func NumPyRandomGeneratorType_standard_exponential 5 0 0
func NumPyRandomGeneratorType_pareto 4 0 0
func NumPyRandomGeneratorType_beta 5 0 0
func NumPyRandomGeneratorType_standard_cauchy 3 0 0
func NumPyRandomGeneratorType_logistic 5 0 0
func NumPyRandomGeneratorType_lognormal 5 0 0
func NumPyRandomGeneratorType_wald 5 0 0
func NumPyRandomGeneratorType_poisson 4 0 0
func NumPyRandomGeneratorType_power 4 0 0
func NumPyRandomGeneratorType_standard_t 4 0 0
func NumPyRandomGeneratorType_rayleigh 4 0 0
func NumPyRandomGeneratorType_triangular 6 0 0
func NumPyRandomGeneratorType_negative_binomial 5 0 0
func NumPyRandomGeneratorType_exponential 4 0 0
func NumPyRandomGeneratorType_noncentral_chisquare 5 0 0
func NumPyRandomGeneratorType_normal 5 0 0
func NumPyRandomGeneratorType_geometric 4 0 0
func NumPyRandomGeneratorType_chisquare 4 0 0
func check_size 2 0 0
func NumPyRandomGeneratorType_integers 7 0 0
func check_types 4 0 0
func NumPyRandomGeneratorType_noncentral_f 6 0 0
func NumPyRandomGeneratorType_binomial 5 0 0
func NumPyRandomGeneratorType_f 5 0 0
func NumPyRandomGeneratorType_laplace 5 0 0
func NumPyRandomGeneratorType_permutation 4 0 0
func NumPyRandomGeneratorType_uniform 5 0 0
func NumPyRandomGeneratorType_zipf 4 0 0
func NumPyRandomGeneratorType_standard_normal 4 0 0
func NumPyRandomGeneratorType_random 4 0 0
func NumPyRandomGeneratorType_standard_gamma 5 0 0

numba.np.random.random_methods (65 missing, 0 any)

Symbol Typable Typed Any
func random_bounded_uint64_fill 6 0 0
func bounded_lemire_uint64 3 0 0
func buffered_bounded_bool 6 0 0
func buffered_bounded_lemire_uint32 3 0 0
func random_bounded_uint32_fill 6 0 0
func buffered_uint8 4 0 0
func random_interval 3 0 0
func random_bounded_bool_fill 6 0 0
func buffered_bounded_lemire_uint8 5 0 0
func random_bounded_uint8_fill 6 0 0
func random_bounded_uint16_fill 6 0 0
func gen_mask 2 0 0
func buffered_uint16 4 0 0
func buffered_bounded_lemire_uint16 5 0 0

numba.np.ufunc.array_exprs (27 missing, 0 any)

Symbol Typable Typed Any
meth RewriteArrayExprs.init 4 0 0
meth RewriteArrayExprs.match 5 0 0
meth RewriteArrayExprs._match_array_expr 4 0 0
meth RewriteArrayExprs._has_explicit_output 3 0 0
meth RewriteArrayExprs._get_array_operator 2 0 0
meth RewriteArrayExprs._get_operands 2 0 0
meth RewriteArrayExprs._translate_expr 2 0 0
meth RewriteArrayExprs._handle_matches 1 0 0
meth RewriteArrayExprs._get_final_replacement 3 0 0
meth RewriteArrayExprs.apply 1 0 0

numba.np.ufunc.decorators (15 missing, 0 any)

Symbol Typable Typed Any
func vectorize 3 0 0
func guvectorize 3 0 0
meth Vectorize.new 3 0 0
attr Vectorize.target_registry 1 0 0
meth GUVectorize.new 4 0 0
attr GUVectorize.target_registry 1 0 0

numba.np.ufunc.dufunc (107 missing, 0 any)

Symbol Typable Typed Any
meth UfuncAtIterator.init 8 0 0
meth UfuncAtIterator.run 3 0 0
meth UfuncAtIterator.need_advanced_indexing 1 0 0
meth UfuncAtIterator._prepare 3 0 0
meth UfuncAtIterator._load_val 6 0 0
meth UfuncAtIterator._load_flat 6 0 0
meth UfuncAtIterator._store_val 7 0 0
meth UfuncAtIterator._compile_ufunc 3 0 0
meth UfuncAtIterator._call_ufunc 4 0 0
attr UfuncAtIterator.ufunc 1 0 0
attr UfuncAtIterator.a 1 0 0
attr UfuncAtIterator.a_ty 1 0 0
attr UfuncAtIterator.indices 1 0 0
attr UfuncAtIterator.indices_ty 1 0 0
attr UfuncAtIterator.b 1 0 0
attr UfuncAtIterator.b_ty 1 0 0
func make_dufunc_kernel 2 0 0
meth DUFuncLowerer.init 2 0 0
meth DUFunc.init 5 0 0
meth DUFunc._initialize 3 0 0
meth DUFunc._reduce_states 1 0 0
meth DUFunc._rebuild 5 0 0
meth DUFunc.build_ufunc 1 0 0
meth DUFunc.disable_compile 1 0 0
meth DUFunc.add 2 0 0
meth DUFunc.call 3 0 0
meth DUFunc._compile_for_args 3 0 0
meth DUFunc._compile_for_argtys 3 0 0
meth DUFunc.match_signature 3 0 0
meth DUFunc._install_ufunc_attributes 2 1 0
meth DUFunc._install_ufunc_methods 2 1 0
meth DUFunc._install_ufunc_at 2 1 0
meth DUFunc._install_ufunc_reduce 2 1 0
meth DUFunc._install_ufunc_reduceat 2 1 0
meth DUFunc.at 4 0 0
meth DUFunc._install_type 2 0 0
meth DUFunc.find_ewise_function 2 0 0
meth DUFunc._type_me 3 0 0
prop DUFunc.targetoptions 1 0 0
prop DUFunc.nin 1 0 0
prop DUFunc.nout 1 0 0
prop DUFunc.nargs 1 0 0
prop DUFunc.ntypes 1 0 0
prop DUFunc.types 1 0 0
prop DUFunc.identity 1 0 0
prop DUFunc.signature 1 0 0
attr DUFunc.__base_kwargs 1 0 0

numba.np.ufunc.gufunc (53 missing, 0 any)

Symbol Typable Typed Any
func make_gufunc_kernel 2 0 0
meth GUFuncLowerer.init 2 0 0
meth GUFunc.init 8 0 0
meth GUFunc._initialize 2 0 0
meth GUFunc._reduce_states 1 0 0
meth GUFunc._rebuild 10 0 0
meth GUFunc.repr 1 0 0
meth GUFunc._install_type 2 0 0
meth GUFunc.add 2 0 0
meth GUFunc.build_ufunc 1 0 0
meth GUFunc.expected_ndims 1 0 0
meth GUFunc._type_me 3 0 0
meth GUFunc._compile_for_argtys 3 0 0
meth GUFunc.match_signature 3 0 0
meth GUFunc._get_ewise_dtypes 2 0 0
meth GUFunc._num_args_match 2 0 0
meth GUFunc._get_function_type 2 0 0
meth GUFunc.call 3 0 0
prop GUFunc.is_dynamic 1 0 0
attr GUFunc.ufunc 1 0 0
attr GUFunc.gufunc_builder 1 0 0

numba.np.ufunc.parallel (52 missing, 0 any)

Symbol Typable Typed Any
func threading_layer 1 0 0
func gen_snt_check 1 0 0
func ol_get_num_threads 1 0 0
func get_thread_id 1 0 0
attr NUM_THREADS 1 0 0
func build_ufunc_wrapper 6 0 0
func set_num_threads 2 0 0
meth ParallelUFuncBuilder.build 3 0 0
func get_parallel_chunksize 1 0 0
func set_parallel_chunksize 2 0 0
attr snt_check 1 0 0
func ol_snt_check 2 0 0
func build_gufunc_wrapper 7 0 0
func ol_get_parallel_chunksize 1 0 0
func get_num_threads 1 0 0
func ol_set_num_threads 2 0 0
func get_thread_count 1 0 0
func ol_get_thread_id 1 0 0
func build_gufunc_kernel 6 0 0
meth ParallelGUFuncBuilder.init 7 0 0
meth ParallelGUFuncBuilder.build 2 0 0
func ol_set_parallel_chunksize 2 0 0

numba.np.ufunc.sigparse (2 missing, 0 any)

Symbol Typable Typed Any
func parse_signature 2 0 0

numba.np.ufunc.ufunc_base (30 missing, 0 any)

Symbol Typable Typed Any
meth UfuncLowererBase.init 4 0 0
meth UfuncLowererBase.call 5 0 0
attr UfuncLowererBase.ufunc 1 0 0
attr UfuncLowererBase.make_ufunc_kernel_fn 1 0 0
attr UfuncLowererBase.kernel 1 0 0
attr UfuncLowererBase.libs 1 0 0
meth UfuncBase.disable_compile 1 0 0
meth UfuncBase._install_cg 2 0 0
meth UfuncBase.find_ewise_function 2 0 0
prop UfuncBase.nin 1 0 0
prop UfuncBase.nout 1 0 0
prop UfuncBase.nargs 1 0 0
prop UfuncBase.ntypes 1 0 0
prop UfuncBase.types 1 0 0
prop UfuncBase.identity 1 0 0
prop UfuncBase.signature 1 0 0
prop UfuncBase.accumulate 1 0 0
prop UfuncBase.at 1 0 0
prop UfuncBase.outer 1 0 0
prop UfuncBase.reduce 1 0 0
prop UfuncBase.reduceat 1 0 0

numba.np.ufunc.ufuncbuilder (69 missing, 0 any)

Symbol Typable Typed Any
meth UFuncDispatcher.init 4 0 0
meth UFuncDispatcher._reduce_states 1 0 0
meth UFuncDispatcher._rebuild 4 0 0
meth UFuncDispatcher.enable_caching 1 0 0
meth UFuncDispatcher.compile 4 0 0
meth UFuncDispatcher._compile_core 4 0 0
attr UFuncDispatcher.py_func 1 0 0
attr UFuncDispatcher.overloads 1 0 0
attr UFuncDispatcher.targetoptions 1 0 0
attr UFuncDispatcher.locals 1 0 0
attr UFuncDispatcher.cache 1 0 0
attr ufunc_target 1 0 0
meth GUFuncBuilder.init 7 0 0
meth GUFuncBuilder._finalize_signature 4 0 0
meth GUFuncBuilder.build_ufunc 1 0 0
meth GUFuncBuilder.build 2 0 0
attr GUFuncBuilder.py_func 1 0 0
attr GUFuncBuilder.identity 1 0 0
attr GUFuncBuilder.signature 1 0 0
attr GUFuncBuilder.targetoptions 1 0 0
attr GUFuncBuilder.cache 1 0 0
attr GUFuncBuilder.writable_args 1 0 0
attr GUFuncBuilder.nb_func 1 0 0
meth UFuncBuilder.init 5 0 0
meth UFuncBuilder._finalize_signature 4 0 0
meth UFuncBuilder.build_ufunc 1 0 0
meth UFuncBuilder.build 3 0 0
attr UFuncBuilder.py_func 1 0 0
attr UFuncBuilder.identity 1 0 0
attr UFuncBuilder.nb_func 1 0 0
func parse_identity 2 0 0
meth UFuncTargetOptions.finalize 3 0 0
meth UFuncTarget.init 1 0 0
prop UFuncTarget.typing_context 1 0 0
prop UFuncTarget.target_context 1 0 0

numba.np.ufunc.wrappers (89 missing, 0 any)

Symbol Typable Typed Any
meth GUArrayArg.init 10 0 0
meth GUArrayArg.get_array_at_offset 2 0 0
attr GUArrayArg.context 1 0 0
attr GUArrayArg.builder 1 0 0
attr GUArrayArg.data 1 0 0
func build_ufunc_wrapper 7 0 0
func build_gufunc_wrapper 7 0 0
func build_fast_loop_body 12 0 0
attr GufWrapperCache 1 0 0
func build_obj_loop_body 12 0 0
func build_slow_loop_body 11 0 0
meth UArrayArg.init 7 0 0
meth UArrayArg.load_direct 2 0 0
meth UArrayArg.load_aligned 2 0 0
meth UArrayArg.store_direct 3 0 0
meth UArrayArg.store_aligned 3 0 0
attr UArrayArg.context 1 0 0
attr UArrayArg.builder 1 0 0
attr UArrayArg.fe_type 1 0 0
attr UArrayArg.dataptr 1 0 0
attr UArrayArg.abisize 1 0 0
attr UArrayArg.step 1 0 0
attr UArrayArg.is_unit_strided 1 0 0

numba.np.ufunc_db (5 missing, 0 any)

Symbol Typable Typed Any
attr IS_WIN32 1 0 0
func get_ufunc_info 2 0 0
func get_ufuncs 1 0 0
attr numpy_version 1 0 0

numba.np.unsafe.ndarray (7 missing, 0 any)

Symbol Typable Typed Any
func to_fixed_tuple 4 0 0
func empty_inferred 3 0 0

numba.parfors.array_analysis (663 missing, 0 any)

Symbol Typable Typed Any
func wrap_index_literal 3 0 0
meth ArrayAnalysis.init 5 0 0
meth ArrayAnalysis.get_equiv_set 2 0 0
meth ArrayAnalysis.remove_redefineds 2 0 0
meth ArrayAnalysis.run 3 0 0
meth ArrayAnalysis._run_on_blocks 5 0 0
meth ArrayAnalysis._combine_to_new_block 3 0 0
meth ArrayAnalysis._determine_transform 6 0 0
meth ArrayAnalysis.dump 1 0 0
meth ArrayAnalysis._define 5 0 0
meth ArrayAnalysis._analyze_inst 6 0 0
meth ArrayAnalysis._analyze_expr 5 0 0
meth ArrayAnalysis._analyze_op_getattr 5 0 0
meth ArrayAnalysis._analyze_op_cast 5 0 0
meth ArrayAnalysis._analyze_op_exhaust_iter 5 0 0
meth ArrayAnalysis.gen_literal_slice_part 7 0 0
meth ArrayAnalysis.gen_static_slice_size 7 0 0
meth ArrayAnalysis.gen_explicit_neg 10 0 0
meth ArrayAnalysis.update_replacement_slice 14 0 0
meth ArrayAnalysis.slice_size 6 0 0
meth ArrayAnalysis._index_to_shape 5 0 0
meth ArrayAnalysis._analyze_op_getitem 5 0 0
meth ArrayAnalysis._analyze_op_static_getitem 5 0 0
meth ArrayAnalysis._analyze_op_unary 5 0 0
meth ArrayAnalysis._analyze_op_binop 5 0 0
meth ArrayAnalysis._analyze_op_inplace_binop 5 0 0
meth ArrayAnalysis._analyze_op_arrayexpr 5 0 0
meth ArrayAnalysis._analyze_op_build_tuple 5 0 0
meth ArrayAnalysis._analyze_op_call 5 0 0
meth ArrayAnalysis._analyze_op_call_builtins_len 6 0 0
meth ArrayAnalysis._analyze_op_call_numba_parfors_array_analysis_assert_equiv 6 0 0
meth ArrayAnalysis._analyze_op_call_numba_parfors_array_analysis_wrap_index 6 0 0
meth ArrayAnalysis._analyze_numpy_create_array 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_empty 6 0 0
meth ArrayAnalysis._analyze_op_call_numba_np_unsafe_ndarray_empty_inferred 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_zeros 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_ones 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_eye 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_identity 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_diag 6 0 0
meth ArrayAnalysis._analyze_numpy_array_like 5 0 0
meth ArrayAnalysis._analyze_op_call_numpy_ravel 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_copy 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_empty_like 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_zeros_like 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_ones_like 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_full_like 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_asfortranarray 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_reshape 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_transpose 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_rand 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_randn 6 0 0
meth ArrayAnalysis._analyze_op_numpy_random_with_size 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_ranf 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_random_sample 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_sample 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_random 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_standard_normal 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_chisquare 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_weibull 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_power 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_geometric 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_exponential 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_poisson 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_rayleigh 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_normal 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_uniform 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_beta 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_binomial 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_f 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_gamma 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_lognormal 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_laplace 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_randint 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_random_triangular 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_concatenate 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_stack 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_vstack 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_hstack 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_dstack 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_cumsum 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_cumprod 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_linspace 6 0 0
meth ArrayAnalysis._analyze_op_call_numpy_dot 6 0 0
meth ArrayAnalysis._analyze_stencil 7 0 0
meth ArrayAnalysis._analyze_op_call_numpy_linalg_inv 6 0 0
meth ArrayAnalysis._analyze_broadcast 6 0 0
meth ArrayAnalysis._broadcast_assert_shapes 6 0 0
meth ArrayAnalysis._call_assert_equiv 6 0 0
meth ArrayAnalysis._make_assert_equiv 6 0 0
meth ArrayAnalysis._gen_shape_call 6 0 0
meth ArrayAnalysis._isarray 2 0 0
meth ArrayAnalysis._istuple 2 0 0
meth ArrayAnalysis._sum_size 3 0 0
attr ArrayAnalysis.context 1 0 0
attr ArrayAnalysis.func_ir 1 0 0
attr ArrayAnalysis.typemap 1 0 0
attr ArrayAnalysis.calltypes 1 0 0
attr ArrayAnalysis.equiv_sets 1 0 0
attr ArrayAnalysis.array_attr_calls 1 0 0
attr ArrayAnalysis.object_attrs 1 0 0
attr ArrayAnalysis.prepends 1 0 0
attr ArrayAnalysis.pruned_predecessors 1 0 0
meth ShapeEquivSet.init 8 0 0
meth ShapeEquivSet.empty 1 0 0
meth ShapeEquivSet.clone 1 0 0
meth ShapeEquivSet.repr 1 0 0
meth ShapeEquivSet._get_names 2 0 0
meth ShapeEquivSet.is_equiv 2 0 0
meth ShapeEquivSet.get_equiv_const 2 0 0
meth ShapeEquivSet.get_equiv_var 2 0 0
meth ShapeEquivSet.get_equiv_set 2 0 0
meth ShapeEquivSet._insert 2 0 0
meth ShapeEquivSet.insert_equiv 2 0 0
meth ShapeEquivSet.has_shape 2 0 0
meth ShapeEquivSet.get_shape 2 0 0
meth ShapeEquivSet._get_shape 2 0 0
meth ShapeEquivSet.get_shape_classes 2 0 0
meth ShapeEquivSet.intersect 2 0 0
meth ShapeEquivSet.define 3 0 0
meth ShapeEquivSet.union_defs 3 0 0
attr ShapeEquivSet.typemap 1 0 0
attr ShapeEquivSet.defs 1 0 0
attr ShapeEquivSet.ind_to_var 1 0 0
attr ShapeEquivSet.ind_to_const 1 0 0
func wrap_index 4 0 0
attr BINARY_MAP_OP 1 0 0
meth EquivSet.init 4 0 0
meth EquivSet.empty 1 0 0
meth EquivSet.clone 1 0 0
meth EquivSet.repr 1 0 0
meth EquivSet.is_empty 1 0 0
meth EquivSet._get_ind 2 0 0
meth EquivSet._get_or_add_ind 2 0 0
meth EquivSet._insert 2 0 0
meth EquivSet.is_equiv 2 0 0
meth EquivSet.get_equiv_const 2 0 0
meth EquivSet.get_equiv_set 2 0 0
meth EquivSet.insert_equiv 2 0 0
meth EquivSet.intersect 2 0 0
attr EquivSet.obj_to_ind 1 0 0
attr EquivSet.ind_to_obj 1 0 0
attr EquivSet.next_ind 1 0 0
attr UNARY_MAP_OP 1 0 0
meth AnalyzeResult.init 2 0 0
attr AnalyzeResult.kwargs 1 0 0
meth WrapIndexMeta.init 3 0 0
attr WrapIndexMeta.slice_size 1 0 0
attr WrapIndexMeta.dim_size 1 0 0
func assert_equiv 3 0 0
attr INPLACE_BINARY_MAP_OP 1 0 0
meth SymbolicEquivSet.init 10 0 0
meth SymbolicEquivSet.empty 1 0 0
meth SymbolicEquivSet.repr 1 0 0
meth SymbolicEquivSet.clone 1 0 0
meth SymbolicEquivSet.get_rel 2 0 0
meth SymbolicEquivSet._get_or_set_rel 3 0 0
meth SymbolicEquivSet.define 5 0 0
meth SymbolicEquivSet._insert 2 0 0
meth SymbolicEquivSet.set_shape_setitem 3 0 0
meth SymbolicEquivSet._get_shape 2 0 0
attr SymbolicEquivSet.def_by 1 0 0
attr SymbolicEquivSet.ref_by 1 0 0
attr SymbolicEquivSet.ext_shapes 1 0 0
attr SymbolicEquivSet.rel_map 1 0 0
attr SymbolicEquivSet.wrap_map 1 0 0

numba.parfors.parfor (528 missing, 0 any)

Symbol Typable Typed Any
func maximize_fusion 5 0 0
func dprint 2 0 0
func min_checker 2 0 0
meth ConvertReducePass.init 2 0 0
meth ConvertReducePass.run 2 0 0
meth ConvertReducePass._reduce_to_parfor 5 0 0
meth ConvertReducePass._mk_reduction_body 7 0 0
attr ConvertReducePass.pass_states 1 0 0
attr ConvertReducePass.rewritten 1 0 0
func get_expr_args 2 0 0
func get_reduce_nodes 4 0 0
func fuse_parfors_inner 3 0 0
meth ConvertInplaceBinop.init 2 0 0
meth ConvertInplaceBinop.run 2 0 0
meth ConvertInplaceBinop._inplace_binop_to_parfor 6 0 0
meth ConvertInplaceBinop._type_getitem 2 0 0
attr ConvertInplaceBinop.pass_states 1 0 0
attr ConvertInplaceBinop.rewritten 1 0 0
func init_prange 1 0 0
meth ParforFusionPass.run 1 0 0
meth ParforFusionPass.fuse_parfors 5 0 0
meth ParforFusionPass.fuse_recursive_parfor 5 0 0
func push_call_vars 6 0 0
meth ConvertLoopPass.init 2 0 0
meth ConvertLoopPass.run 2 0 0
meth ConvertLoopPass._is_parallel_loop 3 0 0
meth ConvertLoopPass._get_loop_kind 3 0 0
meth ConvertLoopPass._get_prange_init_block 4 0 0
meth ConvertLoopPass._is_prange_init 3 0 0
meth ConvertLoopPass._replace_loop_access_indices 4 0 0
meth ConvertLoopPass._replace_multi_dim_ind 4 0 0
attr ConvertLoopPass.pass_states 1 0 0
attr ConvertLoopPass.rewritten 1 0 0
func parfor_defs 4 0 0
func parfor_find_max_label 2 0 0
func parfor_typeinfer 3 0 0
func min_parallel_impl 3 0 0
meth internal_prange.new 2 0 0
func parfor_add_offset_to_labels 3 0 0
func get_parfor_array_accesses 3 0 0
meth ParforPass._pre_run 1 0 0
meth ParforPass.run 1 0 0
meth ParforPass._find_mask 2 0 0
meth ParforPass._mk_parfor_loops 4 0 0
func find_template 2 0 0
meth ReduceInfer.generic 3 0 0
func repr_arrayexpr 2 0 0
func remove_duplicate_definitions 3 0 0
func get_parfor_outputs 3 0 0
func get_parfor_call_table 4 0 0
func dotvv_parallel_impl 3 0 0
func wrap_parfor_blocks 3 0 0
func supported_reduction 3 0 0
func get_parfor_tuple_table 3 0 0
func arange_parallel_impl 4 0 0
meth ConvertSetItemPass.init 2 0 0
meth ConvertSetItemPass.run 2 0 0
meth ConvertSetItemPass._setitem_to_parfor 7 0 0
meth ConvertSetItemPass._type_getitem 2 0 0
attr ConvertSetItemPass.pass_states 1 0 0
attr ConvertSetItemPass.rewritten 1 0 0
func var_parallel_impl 3 0 0
func get_parfor_reductions 10 0 0
func simplify_parfor_body_CFG 2 0 0
func prod_parallel_impl 3 0 0
func print_wrapped 2 0 0
func get_reduction_init 2 0 0
func get_array_indexed_with_parfor_index 5 0 0
func get_array_indexed_with_parfor_index_internal 7 0 0
func find_potential_aliases_parfor 7 0 0
func get_index_var 2 0 0
func get_parfor_params_inner 5 0 0
func expand_aliases 4 0 0
func fix_generator_types 4 0 0
func argmax_parallel_impl 2 0 0
func ensure_parallel_support 1 0 0
func argmax_checker 2 0 0
func argmin_checker 2 0 0
func remove_dead_parfor_recursive 7 0 0
func visit_parfor_pattern_vars 4 0 0
meth PreParforPass.init 9 0 0
meth PreParforPass.run 1 0 0
meth PreParforPass._replace_parallel_functions 2 0 0
attr PreParforPass.func_ir 1 0 0
attr PreParforPass.typemap 1 0 0
attr PreParforPass.calltypes 1 0 0
attr PreParforPass.typingctx 1 0 0
attr PreParforPass.targetctx 1 0 0
attr PreParforPass.options 1 0 0
attr PreParforPass.swapped 1 0 0
attr PreParforPass.replace_functions_map 1 0 0
attr PreParforPass.stats 1 0 0
func apply_copies_parfor 7 0 0
func unwrap_parfor_blocks 3 0 0
func maximize_fusion_inner 7 0 0
func is_assert_equiv 3 0 0
func check_conflicting_reduction_operators 3 0 0
func get_parfor_pattern_vars 2 0 0
func dot_parallel_impl 4 0 0
func get_copies_parfor 3 0 0
func dotmv_parallel_impl 3 0 0
meth ConvertNumpyPass.init 2 0 0
meth ConvertNumpyPass.run 2 0 0
meth ConvertNumpyPass._is_C_order 2 0 0
meth ConvertNumpyPass._is_C_or_F_order 2 0 0
meth ConvertNumpyPass._arrayexpr_to_parfor 5 0 0
meth ConvertNumpyPass._is_supported_npycall 2 0 0
meth ConvertNumpyPass._numpy_to_parfor 4 0 0
meth ConvertNumpyPass._numpy_map_to_parfor 7 0 0
attr ConvertNumpyPass.pass_states 1 0 0
attr ConvertNumpyPass.rewritten 1 0 0
meth LoopNest.init 5 0 0
meth LoopNest.repr 1 0 0
meth LoopNest.list_vars 1 0 0
attr LoopNest.index_variable 1 0 0
attr LoopNest.start 1 0 0
attr LoopNest.stop 1 0 0
attr LoopNest.step 1 0 0
func get_parfor_params 4 0 0
attr replace_functions_checkers_map 1 0 0
func fill_parallel_impl 4 0 0
func get_parfor_writes 2 0 0
meth Parfor.init 11 0 0
meth Parfor.repr 1 0 0
meth Parfor.get_loop_nest_vars 1 0 0
meth Parfor.list_vars 1 0 0
meth Parfor.get_shape_classes 3 0 0
meth Parfor.dump 2 0 0
meth Parfor.validate_params 2 0 0
attr Parfor.id 1 0 0
attr Parfor.loop_nests 1 0 0
attr Parfor.init_block 1 0 0
attr Parfor.loop_body 1 0 0
attr Parfor.index_var 1 0 0
attr Parfor.params 1 0 0
attr Parfor.equiv_set 1 0 0
attr Parfor.patterns 1 0 0
attr Parfor.flags 1 0 0
attr Parfor.no_sequential_lowering 1 0 0
attr Parfor.races 1 0 0
attr Parfor.redvars 1 0 0
attr Parfor.reddict 1 0 0
attr Parfor.lowerer 1 0 0
func init_prange_overload 1 0 0
meth ParforDiagnostics.init 1 0 0
meth ParforDiagnostics.setup 3 0 0
meth ParforDiagnostics.count_parfors 2 0 0
meth ParforDiagnostics._get_nested_parfors 3 0 0
meth ParforDiagnostics._get_parfors 3 0 0
meth ParforDiagnostics.get_parfors 1 0 0
meth ParforDiagnostics.hoisted_allocations 1 0 0
meth ParforDiagnostics.compute_graph_info 2 0 0
meth ParforDiagnostics.get_stats 4 0 0
meth ParforDiagnostics.reachable_nodes 3 0 0
meth ParforDiagnostics.sort_pf_by_line 3 0 0
meth ParforDiagnostics.get_parfors_simple 2 0 0
meth ParforDiagnostics.get_all_lines 2 0 0
meth ParforDiagnostics.source_listing 3 0 0
meth ParforDiagnostics.print_unoptimised 2 0 0
meth ParforDiagnostics.print_optimised 2 0 0
meth ParforDiagnostics.allocation_hoist 1 0 0
meth ParforDiagnostics.instruction_hoist 1 0 0
meth ParforDiagnostics.dump 2 0 0
meth ParforDiagnostics.str 1 0 0
meth ParforDiagnostics.repr 1 0 0
prop ParforDiagnostics.has_setup 2 0 0
attr ParforDiagnostics.func 1 0 0
attr ParforDiagnostics.replaced_fns 1 0 0
attr ParforDiagnostics.internal_name 1 0 0
attr ParforDiagnostics.fusion_info 1 0 0
attr ParforDiagnostics.nested_fusion_info 1 0 0
attr ParforDiagnostics.fusion_reports 1 0 0
attr ParforDiagnostics.hoist_info 1 0 0
attr ParforDiagnostics.has_setup 1 0 0
func lower_parfor_sequential 6 0 0
func max_parallel_impl 3 0 0
meth ParforPreLoweringPass.run 1 0 0
func linspace_parallel_impl 3 0 0
func sum_parallel_impl 3 0 0
func has_cross_iter_dep 7 0 0
meth ParforPassStates.init 11 0 0
attr ParforPassStates.func_ir 1 0 0
attr ParforPassStates.typemap 1 0 0
attr ParforPassStates.calltypes 1 0 0
attr ParforPassStates.typingctx 1 0 0
attr ParforPassStates.targetctx 1 0 0
attr ParforPassStates.return_type 1 0 0
attr ParforPassStates.options 1 0 0
attr ParforPassStates.diagnostics 1 0 0
attr ParforPassStates.swapped_fns 1 0 0
attr ParforPassStates.fusion_info 1 0 0
attr ParforPassStates.nested_fusion_info 1 0 0
attr ParforPassStates.array_analysis 1 0 0
attr ParforPassStates.flags 1 0 0
attr ParforPassStates.metadata 1 0 0
func mean_parallel_impl 3 0 0
func dummy_return_in_loop_body 2 0 0
func build_parfor_definitions 3 0 0
func dotvm_parallel_impl 3 0 0
func max_checker 2 0 0
func parfor_insert_dels 3 0 0
func try_fuse 7 0 0
func argmin_parallel_impl 2 0 0
func std_parallel_impl 3 0 0
func remove_dead_parfor 8 0 0
func visit_vars_parfor 4 0 0

numba.parfors.parfor_lowering (99 missing, 0 any)

Symbol Typable Typed Any
func legalize_names_with_typemap 3 0 0
func call_parallel_gufunc 15 0 0
func redtyp_to_redarraytype 2 0 0
func redtyp_is_scalar 2 0 0
func find_setitems_block 5 0 0
func compute_def_once_block 7 0 0
func wrap_loop_body 2 0 0
func compute_def_once_internal 7 0 0
func replace_var_with_array 5 0 0
func to_scalar_from_0d 2 0 0
func wrap_find_topo 2 0 0
meth ParforsUnexpectedReduceNodeError.init 2 0 0
func find_setitems_body 5 0 0
func add_to_def_once_sets 4 0 0
func redarraytype_to_sig 2 0 0
func compute_def_once 3 0 0
meth ParforLower.lower_inst 2 0 0
prop ParforLower._disable_sroa_like_opt 1 0 0
func find_vars 3 0 0
func unwrap_loop_body 2 0 0
func hoist 5 0 0
func replace_var_with_array_internal 5 0 0
func empty_container_allocator_hoist 8 0 0
func replace_var_with_array_in_block 5 0 0

numba.parfors.parfor_lowering_utils (33 missing, 0 any)

Symbol Typable Typed Any
meth ParforLoweringBuilder.init 4 0 0
meth ParforLoweringBuilder.bind_global_function 5 0 0
meth ParforLoweringBuilder.make_const_variable 4 1 0
meth ParforLoweringBuilder.make_tuple_variable 3 1 0
meth ParforLoweringBuilder.assign 4 1 0
meth ParforLoweringBuilder.assign_inplace 4 1 0
meth ParforLoweringBuilder.call 4 1 0
meth ParforLoweringBuilder.setitem 4 1 0
meth ParforLoweringBuilder.getitem 4 1 0
prop ParforLoweringBuilder._context 1 0 0
prop ParforLoweringBuilder._typingctx 1 0 0
prop ParforLoweringBuilder._typemap 1 0 0
prop ParforLoweringBuilder._calltypes 1 0 0

numba.pycc.cc (30 missing, 0 any)

Symbol Typable Typed Any
meth CC.init 3 0 0
meth CC.export 3 0 0
meth CC._get_mixin_sources 1 0 0
meth CC._get_mixin_defines 1 0 0
meth CC._get_extra_cflags 1 0 0
meth CC._get_extra_ldflags 1 0 0
meth CC._compile_mixins 2 0 0
meth CC._compile_object_files 2 0 0
meth CC.compile 1 0 0
meth CC.distutils_extension 2 0 0
prop CC.name 1 0 0
prop CC.output_file 2 0 0
prop CC.output_dir 2 0 0
prop CC.use_nrt 2 0 0
prop CC.target_cpu 2 0 0
prop CC.verbose 2 0 0
prop CC._export_entries 1 0 0
attr extension_libs 1 0 0

numba.pycc.compiler (12 missing, 0 any)

Symbol Typable Typed Any
meth ModuleCompiler._emit_python_wrapper 2 0 0
prop ModuleCompiler.module_create_definition 1 0 0
prop ModuleCompiler.module_init_definition 1 0 0
attr ModuleCompiler._ptr_fun 1 0 0
attr ModuleCompiler.visitproc_ty 1 0 0
attr ModuleCompiler.inquiry_ty 1 0 0
attr ModuleCompiler.traverseproc_ty 1 0 0
attr ModuleCompiler.freefunc_ty 1 0 0
attr ModuleCompiler.m_init_ty 1 0 0
attr ModuleCompiler.module_def_base_ty 1 0 0
attr ModuleCompiler.module_def_ty 1 0 0

numba.pycc.decorators (10 missing, 0 any)

Symbol Typable Typed Any
func exportmany 2 0 0
attr re_symbol 1 0 0
func parse_prototype 2 0 0
func clear_export_registry 1 0 0
func process_input_files 2 0 0
func export 2 0 0

numba.pycc.platform (28 missing, 0 any)

Symbol Typable Typed Any
attr find_shared_ending 1 0 0
func get_configs 2 0 0
func external_compiler_works 1 0 0
attr find_pyext_ending 1 0 0
meth Toolchain.init 1 0 0
meth Toolchain._raise_external_compiler_error 1 0 0
meth Toolchain.compile_objects 7 0 0
meth Toolchain.link_shared 7 0 0
meth Toolchain.get_python_libraries 1 0 0
meth Toolchain.get_python_library_dirs 1 0 0
meth Toolchain.get_python_include_dirs 1 0 0
meth Toolchain.get_ext_filename 2 0 0
prop Toolchain.verbose 2 0 0

numba.scripts.generate_lower_listing (13 missing, 0 any)

Symbol Typable Typed Any
func git_hash 1 0 0
func gather_function_info 2 0 0
func format_function_infos 2 0 0
func gen_lower_listing 2 0 0
func format_signature 2 0 0
func get_func_name 2 0 0
func bind_file_to_print 2 0 0

numba.stencils.stencil (69 missing, 0 any)

Symbol Typable Typed Any
func stencil 3 0 0
meth StencilFuncLowerer.init 2 0 0
meth StencilFuncLowerer.call 5 0 0
attr StencilFuncLowerer.stencilFunc 1 0 0
meth StencilFunc.init 4 0 0
meth StencilFunc.replace_return_with_setitem 4 0 0
meth StencilFunc.add_indices_to_kernel 8 0 0
meth StencilFunc.get_return_type 2 0 0
meth StencilFunc._install_type 2 0 0
meth StencilFunc.compile_for_argtys 5 0 0
meth StencilFunc._type_me 3 0 0
meth StencilFunc.copy_ir_with_calltypes 3 0 0
meth StencilFunc._stencil_wrapper 7 0 0
meth StencilFunc.call 3 0 0
attr StencilFunc.id 1 0 0
attr StencilFunc.kernel_ir 1 0 0
attr StencilFunc.mode 1 0 0
attr StencilFunc.options 1 0 0
attr StencilFunc.kws 1 0 0
attr StencilFunc.neighborhood 1 0 0
func stencil_dummy_lower 5 0 0
func slice_addition 3 0 0
func raise_if_incompatible_array_sizes 3 0 0

numba.stencils.stencilparfor (75 missing, 0 any)

Symbol Typable Typed Any
meth DummyPipeline.init 5 0 0
attr DummyPipeline.state 1 0 0
func get_stencil_ir 9 0 0
meth StencilPass.init 8 0 0
meth StencilPass.run 1 0 0
meth StencilPass.replace_return_with_setitem 4 0 0
meth StencilPass._mk_stencil_parfor 10 0 0
meth StencilPass._get_stencil_last_ind 6 0 0
meth StencilPass._get_stencil_start_ind 5 0 0
meth StencilPass._replace_stencil_accesses 7 0 0
meth StencilPass._add_index_offsets 6 0 0
meth StencilPass._add_offset_to_slice 6 0 0
attr StencilPass.func_ir 1 0 0
attr StencilPass.typemap 1 0 0
attr StencilPass.calltypes 1 0 0
attr StencilPass.array_analysis 1 0 0
attr StencilPass.typingctx 1 0 0
attr StencilPass.targetctx 1 0 0
attr StencilPass.flags 1 0 0

numba.testing (10 missing, 0 any)

Symbol Typable Typed Any
func run_tests 7 0 0
func load_testsuite 3 0 0

numba.testing.loader (6 missing, 0 any)

Symbol Typable Typed Any
meth TestLoader.init 2 0 0
meth TestLoader._find_tests 4 0 0

numba.testing.main (65 missing, 0 any)

Symbol Typable Typed Any
meth SerialSuite.init 2 0 0
meth SerialSuite.addTest 2 0 0
meth SerialSuite.run 2 0 0
attr SerialSuite.resource_infos 1 0 0
meth IntPool.missing 2 0 0
meth ParallelTestResult.add_results 2 0 0
meth ParallelTestRunner.init 5 0 0
meth ParallelTestRunner._run_inner 2 0 0
meth ParallelTestRunner._run_parallel_tests 5 0 0
meth ParallelTestRunner.run 2 0 0
attr ParallelTestRunner.runner_cls 1 0 0
attr ParallelTestRunner.nprocs 1 0 0
attr ParallelTestRunner.useslice 1 0 0
attr ParallelTestRunner.runner_args 1 0 0
attr ParallelTestRunner.resource_infos 1 0 0
meth BasicTestRunner.init 3 0 0
meth BasicTestRunner.run 2 0 0
attr BasicTestRunner.useslice 1 0 0
func cuda_sensitive_mtime 2 0 0
meth TestLister.init 2 0 0
meth TestLister.run 2 0 0
attr TestLister.useslice 1 0 0
func parse_slice 2 0 0
meth RefleakTestResult._huntLeaks 2 0 0
meth RefleakTestResult.addSuccess 2 0 0
meth NumbaTestProgram.init 3 0 0
meth NumbaTestProgram._getParentArgParser 1 0 0
meth NumbaTestProgram._handle_tags 3 0 0
meth NumbaTestProgram.parseArgs 2 0 0
meth NumbaTestProgram._do_discovery 3 0 0
meth NumbaTestProgram.runTests 1 0 0
attr NumbaTestProgram.nomultiproc 1 0 0
func make_tag_decorator 2 0 0

numba.testing.notebook (23 missing, 0 any)

Symbol Typable Typed Any
func isstr 2 0 0
meth NotebookTest._test_notebook 3 0 0
meth NotebookTest._test_notebook_cell 5 0 0
meth NotebookTest.dump_canonical 2 0 0
meth NotebookTest.scrub_outputs 2 0 0
meth NotebookTest.strip_keys 2 0 0
meth NotebookTest.sanitize_cell 2 0 0
meth NotebookTest.transform_message 3 0 0
meth NotebookTest.should_continue 2 0 0

numba.typed.dictimpl (10 missing, 0 any)

Symbol Typable Typed Any
func dict_constructor 5 0 0
func impl_dict 5 0 0

numba.typed.dictobject (131 missing, 0 any)

Symbol Typable Typed Any
func impl_setitem 4 0 0
func impl_iterator_iternext 6 0 0
func impl_copy 2 0 0
func impl_iterable_getiter 5 0 0
func new_dict 4 0 0
func impl_equal 3 0 0
func literalstrkeydict_impl_get 3 0 0
func literalstrkeydict_impl_values 2 0 0
func impl_keys 2 0 0
func literalstrkeydict_impl_len 2 0 0
func impl_popitem 2 0 0
func literalstrkeydict_impl_contains 3 0 0
func literalstrkeydict_impl_copy 2 0 0
meth DictModel.init 3 0 0
func impl_hash 2 0 0
func impl_len_iters 2 0 0
func literalstrkeydict_impl_keys 2 0 0
func literalstrkeydict_impl_equals 5 0 0
func impl_clear 2 0 0
func literalstrkeydict_banned_impl_mutators 3 0 0
func build_map 6 0 0
meth DictIterModel.init 3 0 0
func impl_dict_getiter 5 0 0
func literalstrkeydict_banned_impl_setitem 4 0 0
func literalstrkeydict_impl_items 2 0 0
func impl_pop 4 0 0
func cast_DictType_DictType 6 0 0
func ol_dict_update 3 0 0
func impl_getitem 3 0 0
func impl_new_dict 4 0 0
func impl_get 4 0 0
func impl_not_equal 3 0 0
func impl_items 2 0 0
func impl_values 2 0 0
func impl_delitem 3 0 0
func cast_LiteralStrKeyDict_LiteralStrKeyDict 6 0 0
func impl_contains 3 0 0
func impl_setdefault 4 0 0
func literalstrkeydict_banned_impl_delitem 3 0 0
func impl_len 2 0 0

numba.typed.listobject (160 missing, 0 any)

Symbol Typable Typed Any
func impl_less_than_or_equal 3 0 0
func impl_is_mutable 2 0 0
func impl_setitem 4 0 0
func impl_copy 2 0 0
func list_is 5 0 0
func impl_count 3 0 0
func impl_less_than 3 0 0
func impl_make_immutable 2 0 0
func impl_remove 3 0 0
func impl_extend 3 0 0
func impl_new_list 3 0 0
func handle_index 3 0 0
func impl_allocated 2 0 0
func impl_not_equals 3 0 0
func handle_slice 3 0 0
func impl_greater_than 3 0 0
func impl_insert 4 0 0
func fix_index 4 0 0
func impl_dtype 2 0 0
func compare_some_none 5 0 0
func compare_not_none 3 0 0
func impl_reverse 2 0 0
func impl_clear 2 0 0
func impl_greater_than_or_equal 3 0 0
func getiter_list 5 0 0
func impl_append 3 0 0
func impl_index 5 0 0
meth ListIterInstance.init 5 0 0
meth ListIterInstance.from_list 5 0 0
meth ListIterInstance._size_of_list 5 0 0
meth ListIterInstance.getitem 2 0 0
prop ListIterInstance.size 1 0 0
prop ListIterInstance.value 1 0 0
prop ListIterInstance.index 2 0 0
meth ErrorHandler.init 2 0 0
meth ErrorHandler.call 4 0 0
attr ErrorHandler.context 1 0 0
func ol_getitem_unchecked 3 0 0
meth ListIterModel.init 3 0 0
func ol_list_sort 4 0 0
func impl_pop 3 0 0
func impl_getitem 3 0 0
func iternext_listiter 6 0 0
func impl_make_mutable 2 0 0
func impl_delitem 3 0 0
func impl_contains 3 0 0
func impl_equals 3 0 0
func ol_list_hash 2 0 0
func new_list 3 0 0
meth ListModel.init 3 0 0
func impl_len 2 0 0
func compare_helper 4 0 0

numba.typed.typeddict (59 missing, 0 any)

Symbol Typable Typed Any
func box_dicttype 4 0 0
meth Dict.new 4 0 0
meth Dict.empty 4 0 0
meth Dict.init 3 0 0
meth Dict.parse_arg 4 0 0
meth Dict._initialise_dict 3 0 0
meth Dict.__getitem__ 2 0 0
meth Dict.__setitem__ 3 0 0
meth Dict.__delitem__ 2 0 0
meth Dict.__iter__ 1 0 0
meth Dict.__len__ 1 0 0
meth Dict.__contains__ 2 0 0
meth Dict.__str__ 1 0 0
meth Dict.__repr__ 1 0 0
meth Dict.get 3 0 0
meth Dict.setdefault 3 0 0
meth Dict.popitem 1 0 0
meth Dict.copy 1 0 0
prop Dict._numba_type 1 0 0
prop Dict._typed 1 0 0
func typeddict_empty 5 0 0
func unbox_dicttype 4 0 0
func impl_numba_typeref_ctor 3 0 0
func typeddict_call 2 0 0

numba.typed.typedlist (62 missing, 0 any)

Symbol Typable Typed Any
func typedlist_empty 4 0 0
meth List.new 6 0 0
meth List.empty_list 3 0 0
meth List.init 3 0 0
meth List.parse_arg 4 0 0
meth List._initialise_list 2 0 0
meth List._allocated 1 0 0
meth List._is_mutable 1 0 0
meth List._make_mutable 1 0 0
meth List._make_immutable 1 0 0
meth List.__eq__ 2 0 0
meth List.__ne__ 2 0 0
meth List.__lt__ 2 0 0
meth List.__le__ 2 0 0
meth List.__gt__ 2 0 0
meth List.__ge__ 2 0 0
meth List.clear 1 0 0
meth List.reverse 1 0 0
meth List.copy 1 0 0
meth List.sort 3 0 0
meth List.__str__ 1 0 0
meth List.__repr__ 1 0 0
prop List._numba_type 1 0 0
prop List._typed 1 0 0
prop List._dtype 1 0 0
func impl_numba_typeref_ctor 3 0 0
func box_lsttype 4 0 0
func typedlist_call 2 0 0
func unbox_listtype 4 0 0

Type-Ignore Comments

Flavor Count
type: ignore[override] 3