Passed
Push — 2.x ( 906086...16631d )
by Jordi
08:09
created

senaite.core.patches.dexterity.is_tmp_id()   A

Complexity

Conditions 1

Size

Total Lines 2
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 2
rs 10
c 0
b 0
f 0
cc 1
nop 1
1
# -*- coding: utf-8 -*-
2
3
from bika.lims import api
4
5
6
def isTemporary(self):
7
    return api.is_temporary(self)
8