Searched refs:XSRF_STORE (Results 1 – 2 of 2) sorted by relevance
109 XSRF_STORE = os.path.join(os.path.dirname(__file__), 'xsrf') variable in BuildProviderPAB147 if self.XSRF_STORE is not None and os.path.isfile(self.XSRF_STORE):148 with open(self.XSRF_STORE, 'r') as handle:209 with open(self.XSRF_STORE, 'w') as handle:
34 self.client.XSRF_STORE = None