File: __init__.py

package info (click to toggle)
python-azure 20260203%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 793,600 kB
  • sloc: python: 6,552,618; ansic: 804; javascript: 287; sh: 204; makefile: 198; xml: 109
file content (10 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import os
from subprocess import check_call
from .generation import prepare_and_test_optional
from .managed_virtual_env import ManagedVirtualEnv

from typing import Optional

# todo rename managed_virtual_env to virtual_env and move below functions there

__all__ = ["prepare_and_test_optional", "ManagedVirtualEnv"]