Files
phpy/stubs/phpy_type.stub.php
2023-12-06 11:21:01 +08:00

14 lines
128 B
PHP

<?php
/**
* @generate-function-entries
*/
class PyType extends PyObject
{
private function __construct()
{
}
}