Lines Matching refs:Returns

10     # Print an object o, on file fp. Returns -1 on error. The flags
16 # Returns 1 if o has the attribute attr_name, and 0
22 # attr_name from object o. Returns the attribute value on success,
27 # Returns 1 if o has the attribute attr_name, and 0
33 # attr_name from object o. Returns the attribute value on success,
39 # the value v. Returns -1 on failure. This is the equivalent of
44 # the value v. Returns -1 on failure. This is the equivalent of
48 # Delete attribute named attr_name, for object o. Returns -1 on
53 # Delete attribute named attr_name, for object o. Returns -1 on
66 # opid. Returns the value of the comparison on success, or NULL on
73 # respectively. Returns -1 on error, 0 if the result is false, 1
80 # result of the comparison is returned in result. Returns -1 on
86 # if one exists, otherwise with a routine provided by o2. Returns
94 # Compute a string representation of object o. Returns the string
101 # Compute a string representation of object o. Returns the string
108 # Compute a Unicode string representation of object o. Returns the
114 # Returns 1 if inst is an instance of the class cls or a subclass
139 # Returns 1 if the class derived is identical to or derived from
159 # are needed. Returns the result of the call on success, or NULL
168 # may be NULL. Returns the result of the call on success, or NULL
177 # indicating that no arguments are provided. Returns the result of
189 # provided. Returns the result of the call on success, or NULL on
199 # number of parameters followed by NULL. Returns the result of the
209 # NULL. Returns the result of the call on success, or NULL on
218 # Returns 1 if the object o is considered to be true, and 0
223 # Returns 0 if the object o is considered to be true, and 1
256 # Map the object key to the value v. Returns -1 on failure. This
260 # Delete the mapping for key from o. Returns -1 on failure. This
268 # descriptor value. Returns -1 on failure.