Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpytypes.h403 inline bool hasattr(handle obj, handle name) { in hasattr() function
407 inline bool hasattr(handle obj, const char *name) { in hasattr() function
/external/starlark-go/doc/
Dspec.md3155 ### hasattr subsection
/external/starlark-go/starlark/
Dlibrary.go450 func hasattr(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func