Home | History | Annotate | Download | only in python2.7

Lines Matching refs:integral

700      Returns the result of dividing o1 by o2 giving an integral result,
863 Returns the Integral instance converted to an int. The
865 method. Steals integral's reference. error_format will be
866 used to create the TypeError if integral isn't actually an
867 Integral instance. error_format should be a format string
868 that can accept a char* naming integral's type.
872 PyObject *integral,
951 Returns the result of dividing o1 by o2 giving an integral result,