Search code examples
check type within numpy array...


python-3.xnumpyisinstance

Read More
What type are file objects in Python?...


pythontypesfilehandleisinstance

Read More
MyPy does not recognise x[idx] as boolean after isinstance(x[idx], bool)...


pythontype-inferencemypyisinstance

Read More
How to programmatically find if the object type is of Google Protobuf?...


pythonprotocol-buffersisinstance

Read More
Determine if a variable is an instance of any class...


pythonpython-3.xinstanceisinstance

Read More
Is there a way to replace an integer in a list, with a string from another list at random?...


pythonstringreplaceintegerisinstance

Read More
Class instance fails isinstance check...


pythonpython-3.xpartial-classesisinstance

Read More
Metaclass isinstance not working as expected...


pythoninheritancemetaclassisinstance

Read More
PEP 622 - can match statement be used as an expression?...


pythonpython-3.10isinstancestructural-pattern-matching

Read More
isinstance with string representing types...


pythonevalisinstance

Read More
How to differentiate model types from xgboost XGBRFClassifier and XGBClassifier...


pythonxgboostisinstance

Read More
collections.Iterable vs typing.Iterable in type annotation and checking for Iterable...


pythontypesannotationsiterableisinstance

Read More
In Python can isinstance() be used to detect a class method?...


pythonclass-methodisinstance

Read More
sympy: sympy function symbolic or non-symbolic...


sympysymbolic-mathisinstance

Read More
Python check if variable isinstance of any type in list...


pythontypesisinstance

Read More
Faking whether an object is an Instance of a Class in Python...


pythonpandasdataframeisinstance

Read More
Checking if an object is in a determined class python...


pythonclassnameerrorisinstance

Read More
How do I remove numbers from a df column containing numbers and text (3 or ABC, but not mixtures, AB...


pythonpandasdataframesubstitutionisinstance

Read More
Convert multiple isinstance checks to structural pattern matching...


pythonisinstancepython-3.10structural-pattern-matching

Read More
Python3 -unittest mocking - problem with isinstance...


pythonunit-testingmockingisinstance

Read More
How can I say that if I want to return an operation on a list, but it stays the same when it comes o...


pythonfunctionnlpmap-functionisinstance

Read More
Class pattern is matching the wrong cases...


pythonserializationisinstancestructural-pattern-matching

Read More
Python: why can isinstance return False, when it should return True?...


pythonisinstance

Read More
Python: Check if an object is a list of strings...


pythontypesisinstance

Read More
How to separate a list into two lists according to the objects' types using isinstance()?...


pythonlisttuplesisinstance

Read More
I have a class with one required and two optional parameters, and a repr method which returns with o...


pythonreprisinstance

Read More
How to check if a variable is an instance of mpfr in Python 3?...


pythonpython-3.xisinstancegmpy

Read More
How does isinstance work in python for subclasses?...


pythonooppython-internalsisinstance

Read More
Should `isinstance()` check against typing or collections.abc?...


pythonisinstance

Read More
In Python, how to get typing right when using a class decorator?...


python-3.xclasspycharmdecoratorisinstance

Read More
BackNext