Files @ 5f31e02fbf70
Branch filter:

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

Drew Perttula
live page stays on the same effect when you reload, now that it writes effectChoice to the url
Ignore-this: f1143abd07d4775f97868abaf32d359c
# 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: ...