public readonly property isPrivate as Boolean:
True when the method is private.
method = type(user).getMethod("_normalize") print(method.isPrivate)