Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1from .compat import raise_from_cause # noqa 

2from .exc import CommandError 

3from .langhelpers import _with_legacy_names # noqa 

4from .langhelpers import asbool # noqa 

5from .langhelpers import dedupe_tuple # noqa 

6from .langhelpers import Dispatcher # noqa 

7from .langhelpers import immutabledict # noqa 

8from .langhelpers import memoized_property # noqa 

9from .langhelpers import ModuleClsProxy # noqa 

10from .langhelpers import rev_id # noqa 

11from .langhelpers import to_list # noqa 

12from .langhelpers import to_tuple # noqa 

13from .langhelpers import unique_list # noqa 

14from .messaging import err # noqa 

15from .messaging import format_as_comma # noqa 

16from .messaging import msg # noqa 

17from .messaging import obfuscate_url_pw # noqa 

18from .messaging import status # noqa 

19from .messaging import warn # noqa 

20from .messaging import write_outstream # noqa 

21from .pyfiles import coerce_resource_to_filename # noqa 

22from .pyfiles import edit # noqa 

23from .pyfiles import load_python_file # noqa 

24from .pyfiles import pyc_file_from_path # noqa 

25from .pyfiles import template_to_file # noqa 

26from .sqla_compat import has_computed # noqa 

27from .sqla_compat import sqla_110 # noqa 

28from .sqla_compat import sqla_1115 # noqa 

29from .sqla_compat import sqla_120 # noqa 

30from .sqla_compat import sqla_1216 # noqa 

31from .sqla_compat import sqla_13 # noqa 

32from .sqla_compat import sqla_14 # noqa 

33 

34 

35if not sqla_110: 

36 raise CommandError("SQLAlchemy 1.1.0 or greater is required. ")