Return True if and only if object is an instance of PyKernel.
(object)
| 1929 | |
| 1930 | |
| 1931 | def isa_dynamic_kernel(object): |
| 1932 | """ |
| 1933 | Return True if and only if object is an instance of PyKernel. |
| 1934 | """ |
| 1935 | return isinstance(object, PyKernel) |
no outgoing calls
no test coverage detected