_c.remove()

_c.remove(...suids)

설명

해당 SUID의 섹터들을 모두 제거합니다. SUID가 넘어오지 않는다면 모든 섹터(sector)를 제거합니다.

함수가 실행된 후의 Collection을 리턴합니다.

파라미터

예시

// activeSector를 제거하는 코드
_c.remove(_c.activeSector['_SUID'])
'Iu719d' 와 '8dqa39'를 SUID로 가지는 섹터 삭제
_c.remove('Iu719d','8dqa39')

Last updated