File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/_stack.py.tar
Back
usr/lib/python3/dist-packages/pip/_vendor/rich/_stack.py 0000644 00000000537 15030040630 0017231 0 ustar 00 from typing import List, TypeVar T = TypeVar("T") class Stack(List[T]): """A small shim over builtin list.""" @property def top(self) -> T: """Get top of stack.""" return self[-1] def push(self, item: T) -> None: """Push an item on to the stack (append in stack nomenclature).""" self.append(item)
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings