Searched defs:hasattr (Results 1 – 3 of 3) sorted by relevance
403 inline bool hasattr(handle obj, handle name) { in hasattr() function407 inline bool hasattr(handle obj, const char *name) { in hasattr() function
3155 ### hasattr subsection
450 func hasattr(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func