-
Legendre.has_sametype(other)
[source] -
Check if types match.
New in version 1.7.0.
Parameters: other : object
Class instance.
Returns: bool : boolean
True if other is same class as self
Legendre.has_sametype()
2017-01-10 18:09:45
Legendre.has_sametype(other)
[source]
Check if types match.
New in version 1.7.0.
Parameters: |
other : object Class instance. |
---|---|
Returns: |
bool : boolean True if other is same class as self |
Please login to continue.