Home
last modified time | relevance | path

Searched defs:pyname (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dfunctionutils.py98 def read(primary, pyname, definition_info, code): argument
119 def _is_method_call(primary, pyname): argument
126 def _is_class(pyname): argument
132 def _is_method(pyname): argument
139 def _is_classmethod(pyname): argument
H A Doccurrences.py87 def create_finder(project, name, pyname, only_calls=False, imports=True, argument
184 def same_pyname(expected, pyname): argument
199 def unsure_pyname(pyname, unbound=True): argument
212 def __init__(self, pyname): argument
223 def __init__(self, pyname, implementations_only=False): argument
242 def _get_containing_class(self, pyname): argument
H A Dinline.py362 def get_definition(self, primary, pyname, call, host_vars=[], argument
368 def _calculate_header(self, primary, pyname, call): argument
386 def _calculate_definition(self, primary, pyname, call, host_vars, returns): argument
560 def _inline_variable(project, pymodule, pyname, name, argument
581 def _getvardef(pymodule, pyname): argument
595 def _assigned_lineno(pymodule, pyname): argument
621 def _remove_from(project, pyname, source, resource): argument
H A Dencapsulate_field.py66 def _is_an_attribute(self, pyname): argument
113 def __init__(self, project, name, pyname, getter, setter): argument
H A Dlocaltofield.py42 def _is_a_method_local(self, pyname): argument
H A Dwildcards.py133 def _same_pyname(self, expected, pyname): argument
136 def _unsure_pyname(self, pyname, unbound=True): argument
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/python/
H A Dpythonmat.c19 PetscErrorCode MatPythonSetType(Mat mat,const char pyname[]) in MatPythonSetType()
52 …tPythonCreate(MPI_Comm comm,PetscInt m,PetscInt n,PetscInt M,PetscInt N,const char pyname[],Mat *A) in MatPythonCreate()
/dports/math/py-rvlib/rvlib-0.0.6/
H A Dbuild_interface.py235 def _import_rmath(rname, pyname, *pargs): argument
505 def _write_class_rmath(rname, pyname, *pargs): argument
/dports/devel/py-rope/rope-0.18.0/rope/base/oi/type_hinting/
H A Dutils.py28 def get_super_assignment(pyname): argument
43 def get_class_with_attr_name(pyname): argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/vpykit/pyutilib.virtualenv/example/
H A Dtevaspot.ini41 pyname=PyUtilib key
46 pyname=Coopr key
51 pyname=TevaSpot key
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/python/
H A Dpythonksp.c19 PetscErrorCode KSPPythonSetType(KSP ksp,const char pyname[]) in KSPPythonSetType()
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/python/
H A Dpythonts.c19 PetscErrorCode TSPythonSetType(TS ts,const char pyname[]) in TSPythonSetType()
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/python/
H A Dpythonsnes.c19 PetscErrorCode SNESPythonSetType(SNES snes,const char pyname[]) in SNESPythonSetType()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/python/
H A Dpythonpc.c19 PetscErrorCode PCPythonSetType(PC pc,const char pyname[]) in PCPythonSetType()
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/python/pypangolin/
H A Dimage.hpp36 void bind_image(pybind11::module& m, const std::string& pyname){ in bind_image()
/dports/devel/py-rope/rope-0.18.0/rope/base/oi/
H A Dsoi.py67 def infer_assigned_object(pyname): argument
188 def _follow_evaluations(assignment, pyname, pyobject): argument
/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dsanitytest.py363 pyname = cname variable
365 pyname = "virRegisterErrorHandler" variable
367 pyname = "virConnectListDomainsID" variable
/dports/devel/py-rope/rope-0.18.0/rope/base/oi/type_hinting/providers/
H A Dpep0484_type_comments.py18 def __call__(self, pyname): argument
H A Dinterfaces.py32 def __call__(self, pyname): argument
H A Dcomposite.py51 def __call__(self, pyname): argument
H A Dinheritance.py56 def __call__(self, pyname): argument
/dports/devel/py-rope/rope-0.18.0/rope/contrib/
H A Dfinderrors.py76 def _is_defined_after(self, scope, pyname, lineno): argument
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/Lexers/
H A D__init__.py249 def getLexer(language, parent=None, pyname=""): argument
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/Darwin/
H A Ddladdr-demangling.cpp29 // CHECK: {{ #1 0x.* in MyClass::my_function\(int\)}}
/dports/devel/py-numba/numba-0.51.2/numba/np/ufunc/
H A D_ufunc.c34 PyObject *pyname, *pydoc; in ufunc_fromfunc() local

123456