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

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

4 statements  

1# coding=utf-8 

2# -------------------------------------------------------------------------- 

3# Copyright (c) Microsoft Corporation. All rights reserved. 

4# Licensed under the MIT License. See License.txt in the project root for license information. 

5# -------------------------------------------------------------------------- 

6"""Customize generated code here. 

7 

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

9""" 

10 

11 

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

13 

14 

15def patch_sdk(): 

16 """Do not remove from this file. 

17 

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

19 you can't accomplish using the techniques described in 

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

21 """