microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.23.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/pip/qsharp/code/__init__.pyi

4lines · modecode

1from typing import Any
2
3# This helps Pyright understand that this module may have dynamic attributes.
4def __getattr__(name: str) -> Any: ...
5