Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
18 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 commit in 1 repository
Opened 2 pull requests in 1 repository
kpn-digital/py-fqn-decorators
1
open
1
merged
Created an issue in kpn-digital/py-fqn-decorators that received 1 comment
AsyncDecorator is not async-safe
Problem import asyncio import time from fqn_decorators.asynchronous import AsyncDecorator class measure_time(AsyncDecorator): def before(self): self.…