Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ divisible_by
Function
divisible_by
sat/sgm/modules/autoencoding/vqvae/movq_dec_3d_dev.py:19–20 ·
view source on GitHub ↗
(num, den)
Source
from the content-addressed store, hash-verified
17
18
19
def
divisible_by(num, den):
20
return
(num % den) == 0
21
22
23
def
is_odd(n):
Callers
1
is_odd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected