Why am i getting Parameter 'P' unfilled error
Hi,
I'm using azure-storage-blob==12.19.1 library and it is possible to define list(blob_client.list_blobs(name_starts_with="blob_path"))
as show in library def list_blobs(self, name_starts_with=None, include=None, **kwargs):
still it says Unexpected argument
for name_starts_with
argument and says Parameter 'P' unfilled error
why?
Please sign in to leave a comment.
It looks like a part of this problem: https://youtrack.jetbrains.com/issue/PY-60954/False-positive-calling-decorated-instance-method-bounded-generic-decorator-using-Concatenate-and-ParamSpec
Please vote for it to raise its relevance and receive updates regarding the fix status.