Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(0) | Import(4)
src/u/t/utilspy-0.11.0/utils/exception.py utilspy(Download)
from .list import first_not_none import sys # allows wrapping of another error or not-- a good class to use as your base for your own exception tree class Error(Exception):
src/g/r/grabbag-0.12.1/grabbag/exception.py grabbag(Download)
from .list import first_not_none import sys # allows wrapping of another error or not-- a good class to use as your base for your own exception tree class Error(Exception):
src/u/t/utilspy-0.11.0/utils/test/test_list.py utilspy(Download)
import unittest from ..list import first_not_none class ListTest(unittest.TestCase):
src/g/r/grabbag-0.12.1/grabbag/test/test_list.py grabbag(Download)
import unittest from ..list import first_not_none class ListTest(unittest.TestCase):