Skip to content

Commits on Source 4

  • knownexus's avatar
    Moved `resource.getrlimit()` · 64e55ab1
    knownexus authored
    Removed `resource.getrlimit()` functionality from app.py
    Added `resource.getrlimit()` functionality to linux.py
    Added `resource.getrlimit()` functionality to unix.py
    64e55ab1
  • knownexus's avatar
    Add FUSE check to linux.py · a5538ebc
    knownexus authored
    This needed to be implemented as Windows WSL
    Does not currently support FUSE
    a5538ebc
  • knownexus's avatar
    Adding darwin.py platform · 72c3e38d
    knownexus authored
    Adding functionality to recognise Darwin as a platform in plaform.py
    72c3e38d
  • knownexus's avatar
    Moving `os.sched_getaffinity(0)` logic · 495abeb2
    knownexus authored
    Removed `os.sched_getaffinity(0)` from _project.py
    Added `os.sched_getaffinity(0)` to platform.py
    Added `os.cpu_count()` to darwin.py
    495abeb2
Loading