This commit is contained in:
Daniel Ciborowski 2021-03-15 18:02:12 -04:00 коммит произвёл GitHub
Родитель f420829daa
Коммит 0e09567c8c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
#
#(c) Microsoft. All rights reserved.
#
# ---------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------
"""
This file tests out using ParameterValidator on class methods. Note that you CAN
use it on the __init__ function as well assuming you have parameters other than self.