from xbrl import XBRLParser, GAAP, GAAPSerializer
import bs4, lxml
xbrl = xbrl_parser.parseGAAP(file(r"C:\Users\anant\NETRA\https---archives.nseindia.com-corporate-xbrl-INDAS_90168_794349_14022023041135.xml.url"))
here I am trying to use a python-xbrl package. the error of "name 'file' is not defined" is showing up.
please guide me, resolving this issue.