KnpCode
Java, Spring, BigData, Web development tutorials with examples
 
Skip to content
  • Ubuntu
  • Big Data
    • Hadoop Tutorials
  • Java
    • Core Java Tutorials – Beginner
    • Core Java Tutorials – Advanced
    • Java Programs
  • spring
    • Spring Framework
Home Posts tagged "Python functions"

Tag: Python functions

issubclass() in Python With Examples

UshaK February 3, 2021 February 12, 2021python Python, Python functions 0

The Python issubclass() is a built-in function that checks whether the passed class is a subclass of the specified another class or not. Syntax of the Python issubclass() is as given below- issubclass(class, classinfo) Function returns True if class is a subclass (direct, indirect or virtual) of classinfo. classinfo may…

Continue reading

isinstance() in Python With Examples

UshaK January 14, 2021 February 12, 2021python Python, Python functions 0

isinstance() function in Python is used to check if the passed object is an instance of the specific class or not. isinstance() is a built-in function in Python. Python isinstance() syntax isinstance(object, classinfo) Returns true if the object (first argument) is an instance of the classinfo (second argument) or any…

Continue reading

super() in Python With Examples

UshaK January 12, 2021 February 5, 2021python Python, Python functions 0

In this tutorial we’ll see what is super() function in Python and how to use it. Python super() function super() is a built-in function in Python which returns a proxy object that can be used to delegate method calls (including call to constructor) to immediate parent class from the child…

Continue reading

Privacy Policy | Disclaimer
Powered by Nirvana & WordPress.