OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /boot/../python/lib/python3.9/test/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# Used by test_typing to verify that Final wrapped in ForwardRef works. from __future__ import annotations from typing import Final name: Final[str] = "final" class MyClass: value: Final = 3000