KeyError method

bool KeyError(
  1. py_Ref key
)

Implementation

bool KeyError(
  py_Ref key,
) {
  return _KeyError(
    key,
  );
}