Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/azure/mgmt/dynatrace/models/_patch.py: 80%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1# ------------------------------------ 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# ------------------------------------ 

5"""Customize generated code here. 

6 

7Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize 

8""" 

9from typing import List 

10 

11__all__: List[str] = [] # Add all objects you want publicly available to users at this package level 

12 

13 

14def patch_sdk(): 

15 """Do not remove from this file. 

16 

17 `patch_sdk` is a last resort escape hatch that allows you to do customizations 

18 you can't accomplish using the techniques described in 

19 https://aka.ms/azsdk/python/dpcodegen/python/customize 

20 """