Files @ 748ecc2d1f2a
Branch filter:

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

drewp@bigasterisk.com
vidref fix state machine for writing files
Ignore-this: 7f14601f09e4993c99d04a92361a84a6
# 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: ...