Files @ 09c3e7c893a7
Branch filter:

Location: light9/stubs/louie/test/test_saferef.pyi

drewp@bigasterisk.com
show data
# Stubs for louie.test.test_saferef (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

import unittest
from typing import Any

class _Sample1:
    def x(self) -> None: ...

class _Sample3:
    def __call__(self, obj: Any) -> None: ...

class TestSaferef(unittest.TestCase):
    closure_count: int = ...
    ts: Any = ...
    ss: Any = ...
    def setUp(self) -> None: ...
    def tearDown(self) -> None: ...
    def test_In(self) -> None: ...
    def test_Valid(self) -> None: ...
    def test_ShortCircuit(self) -> None: ...
    def test_Representation(self) -> None: ...