Home
last modified time | relevance | path

Searched defs:hasattr (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/py-jep/jep-3.9.1/src/test/java/jep/test/
H A DTestSharedModules.java28 Object hasattr = interp.getValue("hasattr(datetime,'shared')"); in main() local
37 Object hasattr = interp.getValue("hasattr(datetime,'shared')"); in main() local
/dports/math/piranha/piranha-0.11/pyranha/
H A Dutils.hpp54 inline bool hasattr(const bp::object &o, const char *name) in hasattr() function
/dports/math/py-piranha/piranha-0.11/pyranha/
H A Dutils.hpp54 inline bool hasattr(const bp::object &o, const char *name) in hasattr() function
/dports/devel/py-cppy/cppy-1.1.0/cppy/include/cppy/
H A Dptr.h297 bool hasattr( PyObject* attr ) const in hasattr() function
302 bool hasattr( const ptr& attr ) const in hasattr() function
307 bool hasattr( const char* attr ) const in hasattr() function
312 bool hasattr( const std::string& attr ) const in hasattr() function
/dports/math/py-kiwisolver/kiwisolver-1.1.0/py/
H A Dpythonhelpers.h310 bool hasattr( PyObject* attr ) in hasattr() function
315 bool hasattr( PyObjectPtr& attr ) in hasattr() function
320 bool hasattr( const char* attr ) in hasattr() function
325 bool hasattr( std::string& attr ) in hasattr() function
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dobjectpath.pxi57 def hasattr(self, _Element root not None): member in ObjectPath
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_addr_finder.c431 Dwarf_Bool hasattr = 0; in process_this_die_attrs() local
453 Dwarf_Bool hasattr = 0; in process_this_die_attrs() local
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_addr_finder.c431 Dwarf_Bool hasattr = 0; in process_this_die_attrs() local
453 Dwarf_Bool hasattr = 0; in process_this_die_attrs() local
/dports/chinese/celvis/celvis/
H A Dredraw.c931 int hasattr(lno, text) in hasattr() function
/dports/devel/ipython/ipython-7.29.0/IPython/utils/
H A Dipstruct.py247 def hasattr(self, key): member in Struct
/dports/devel/ipython5/ipython-5.10.0/IPython/utils/
H A Dipstruct.py247 def hasattr(self, key): member in Struct
/dports/devel/py-ipython_genutils/ipython_genutils-0.2.0/ipython_genutils/
H A Dipstruct.py232 def hasattr(self, key): member in Struct
/dports/textproc/py-pdfrw/pdfrw-0.4/pdfrw/
H A Dpdfwriter.py51 sum=sum, set=set, str=str, hasattr=hasattr, repr=repr, argument
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dpycompat.py324 hasattr = _wrapattrfunc(builtins.hasattr) variable
438 hasattr = hasattr variable
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddxfns.py250 def hasattr(self, key: str) -> bool: member in DXFNamespace
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/pyinterface/
H A Dpyobject.cpp131 bool PyObjectRef::hasattr(const std::string &name) const { in hasattr() function in openage::pyinterface::PyObjectRef
/dports/www/py-webunit/webunit-1.3.10/webunit/
H A DSimpleDOM.py184 def hasattr(self, attr): member in SimpleDOMNode
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugin/api/
H A Dvalidate.py176 def hasattr(attr): function
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/plugin/api/
H A Dvalidate.py181 def hasattr(attr): function
/dports/dns/opendnssec2/opendnssec-2.1.10/common/
H A Djanitor.c76 int hasattr; member
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/microbit/api_stubs/
H A Dbuiltins.py348 def hasattr(): function
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/third-party/pybind11/include/pybind11/
H A Dpytypes.h312 inline bool hasattr(handle obj, handle name) { in hasattr() function
316 inline bool hasattr(handle obj, const char *name) { in hasattr() function
/dports/math/R/R-4.1.2/src/main/
H A Dserialize.c739 static int PackFlags(int type, int levs, int isobj, int hasattr, int hastag) in PackFlags()
1100 int flags, hastag, hasattr; in WriteItem() local
1770 int flags, levs, objf, hasattr, hastag, length; in ReadItem() local
2054 int hasattr = FALSE; in ReadBCLang() local
/dports/math/libRmath/R-4.1.1/src/main/
H A Dserialize.c739 static int PackFlags(int type, int levs, int isobj, int hasattr, int hastag) in PackFlags()
1100 int flags, hastag, hasattr; in WriteItem() local
1770 int flags, levs, objf, hasattr, hastag, length; in ReadItem() local
2054 int hasattr = FALSE; in ReadBCLang() local
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/esp/esp32_api_stubs/
H A Dbuiltins.py359 def hasattr(): function

1234