public readonly property isNative as Boolean:
True when the method is native.
method = type(Application).getMethod("time") print(method.isNative)