12 lines
130 B
Python
12 lines
130 B
Python
"""
|
|
Auto-generated Python stub file from ctraits.py
|
|
Module: ctraits
|
|
"""
|
|
|
|
import c
|
|
|
|
|
|
import t
|
|
|
|
def isptr(x: t.CType) -> bool: pass
|